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.
- Highlights code within content editable elements.
- Applies APA styling to ensure proper formatting.
To install this extension manually, follow these steps:
-
Clone or download the repository from GitHub:
git clone https://github.com/cordeiro-rubens/code-highlighter-apa-style-7th.git
-
Open Google Chrome and navigate to
chrome://extensions/
. -
Enable "Developer mode" by toggling the switch in the upper right corner.
-
Click on the "Load unpacked" button.
-
Select the directory where you cloned/downloaded the repository.
The extension should now be installed and visible in your extensions list.
- Click on the extension icon in the Chrome toolbar to open the popup.
- The extension will automatically highlight code and apply APA styles within content editable elements on the pages you visit.
To contribute to the development of this extension, follow these steps:
-
Clone the repository:
git clone https://github.com/cordeiro-rubens/code-highlighter-apa-style-7th.git
-
Make your changes and commit them:
git commit -m "Your commit message"
-
Push your changes:
git push origin your-branch-name
-
Create a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or support, please open an issue on the GitHub repository.