Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.79 KB

README.md

File metadata and controls

65 lines (38 loc) · 1.79 KB

Code Highlighter and APA Style 7th

A Chrome extension to highlight code and apply APA styles in content editable elements. This extension helps to ensure that code within editable content retains its formatting and style according to APA guidelines.

Features

  • Highlights code within content editable elements.
  • Applies APA styling to ensure proper formatting.

Installation

To install this extension manually, follow these steps:

  1. Clone or download the repository from GitHub:

    git clone https://github.com/cordeiro-rubens/code-highlighter-apa-style-7th.git
  2. Open Google Chrome and navigate to chrome://extensions/.

  3. Enable "Developer mode" by toggling the switch in the upper right corner.

  4. Click on the "Load unpacked" button.

  5. Select the directory where you cloned/downloaded the repository.

The extension should now be installed and visible in your extensions list.

Usage

  1. Click on the extension icon in the Chrome toolbar to open the popup.
  2. The extension will automatically highlight code and apply APA styles within content editable elements on the pages you visit.

Development

To contribute to the development of this extension, follow these steps:

  1. Clone the repository:

    git clone https://github.com/cordeiro-rubens/code-highlighter-apa-style-7th.git
  2. Make your changes and commit them:

    git commit -m "Your commit message"
  3. Push your changes:

    git push origin your-branch-name
  4. Create a pull request on GitHub.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or support, please open an issue on the GitHub repository.