BonPatron
Grammar and spelling checker
Was ist BonPatron?
BonPatron ist eine Chrome-Erweiterung, die von Nevooa entwickelt wurde, und ihr Hauptmerkmal ist "Grammar and spelling checker".
Erweiterungsscreenshots
BonPatron-Erweiterungs-CRX-Datei herunterladen
Laden Sie BonPatron-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
"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!
Grundlegende Informationen zur Erweiterung
Name | BonPatron |
ID | nfhfkijfhpnnpiojakclepbbpjhefgla |
Offizielle URL | https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla |
Beschreibung | Grammar and spelling checker |
Dateigröße | 157 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 2.0.6 |
Letztes Update | 2019-02-05 |
Veröffentlichungsdatum | 2019-02-05 |
Bewertung | 3.17/5 Insgesamt 65 Bewertungen |
Entwickler | Nevooa |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://bonpatron.com/ |
Hilfeseite URL | http://bonpatron.com/Faq/ |
Unterstützte Sprachen | 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" } } |