BonPatron
Grammar and spelling checker
What is BonPatron?
BonPatron is a Chrome extension developed by Nevooa, and its main feature is "Grammar and spelling checker".
Extension Screenshots
Download BonPatron Extension CRX File
Download BonPatron 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
"BonPatron" is a grammar checker that finds common spelling errors and grammatical mistakes in French, English and Spanish. Correct your French, English and Spanish texts with BonPatron. You can use this extension on any selected text present on a web page. Just open the context menu and click on BonPatron. Have fun!
Extension Basic Information
Name | BonPatron |
ID | nfhfkijfhpnnpiojakclepbbpjhefgla |
Official URL | https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla |
Description | Grammar and spelling checker |
File Size | 157 KB |
Installation Count | 5,000 |
Current Version | 2.0.6 |
Last Updated | 2019-02-05 |
Publish Date | 2019-02-05 |
Rating | 3.17/5 Total 65 Ratings |
Developer | Nevooa |
[email protected] | |
Payment Type | free |
Extension Website | http://bonpatron.com/ |
Help Page URL | http://bonpatron.com/Faq/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BonPatron", "version": "2.0.6", "description": "Grammar and spelling checker", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "activeTab", "https:\/\/bonpatron.com\/*", "https:\/\/spellcheckplus.com\/*", "https:\/\/spanishchecker.com\/*", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": { "16": "icon16.png" }, "default_title": "Google Mail", "default_popup": "popup.html" } } |