https://github.com/andyg2/spellcheckpage
https://github.com/andyg2/spellcheckpage
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyg2/spellcheckpage
- Owner: andyg2
- Created: 2023-06-05T00:55:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T01:02:43.000Z (about 3 years ago)
- Last Synced: 2025-03-03T14:13:26.352Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpellCheck Page Chrome Extension
Spellcheck Webpage is a simple Chrome extension that allows you to toggle the `contenteditable` attribute on the body tag of a webpage. It enables or disables the spellchecking functionality. The effect of this is the built-in spellchecker is able to spellcheck the page when it's editable.
## Features
- Toggle the spellchecking on or off with a single click.
## Installation
1. Clone or download this repository to your local machine.
2. Open Google Chrome and navigate to `chrome://extensions`.
3. Enable the "Developer mode" toggle on the top right corner of the page.
4. Click on the "Load unpacked" button.
5. Select the folder containing the cloned/downloaded extension files.
The Spellcheck Webpage extension will now be installed and ready to use.
## Usage
1. Open a webpage in Google Chrome.
2. Locate the Spellcheck Webpage toolbar button.
3. Click the toolbar button to toggle the `contenteditable` attribute on the webpage.
4. The toolbar button icon will update to indicate the current state of the spellchecking functionality.
Recommended: Pin this extention to your toolbar.
## Development
If you want to modify or enhance the extension, follow these steps:
1. Clone or download this repository to your local machine.
2. Make the desired changes to the codebase.
3. Open Google Chrome and navigate to `chrome://extensions`.
4. Find the Spellcheck Webpage extension and click the "Reload" button.
5. Test the extension with the changes you made.
## Contributing
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
Inspration: