Spell Check and Editor
Spell Check and Editor
What is Spell Check and Editor?
Spell Check and Editor is a Chrome extension developed by shivajidora.b, and its main feature is "Spell Check and Editor".
Download Spell Check and Editor Extension CRX File
Download Spell Check and Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Spell Check and Editor. Check you spelling mistakes in your websites.
Extension Basic Information
Name | |
ID | geccodgkghhnclbanlmiomokfbhnhiig |
Official URL | https://chrome.google.com/webstore/detail/spell-check-and-editor/geccodgkghhnclbanlmiomokfbhnhiig |
Description | Spell Check and Editor |
File Size | 4.9 KB |
Installation Count | 18 |
Current Version | 1.2 |
Last Updated | 2016-05-23 |
Publish Date | 2016-05-23 |
Rating | 1.00/5 Total 1 Ratings |
Developer | shivajidora.b |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spell Check and Editor", "description": "Spell Check and Editor", "version": "1.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Spell Check and Editor", "default_icon": "icon.png", "default_popup": "popup.html" } } |