BonPatron
Grammar and spelling checker
Qu'est-ce que BonPatron ?
BonPatron est une extension Chrome développée par Nevooa, et sa fonction principale est "Grammar and spelling checker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BonPatron
Téléchargez les fichiers d'extension BonPatron au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"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!
Informations de Base sur l'Extension
Nom | BonPatron |
ID | nfhfkijfhpnnpiojakclepbbpjhefgla |
URL Officiel | https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla |
Description | Grammar and spelling checker |
Taille du Fichier | 157 KB |
Nombre d'Installations | 5,000 |
Version Actuelle | 2.0.6 |
Dernière Mise à Jour | 2019-02-05 |
Date de Publication | 2019-02-05 |
Évaluation | 3.17/5 Total 65 Évaluations |
Développeur | Nevooa |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://bonpatron.com/ |
URL de la Page d'Aide | http://bonpatron.com/Faq/ |
Langues Prises en Charge | 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" } } |