BonPatron
Grammar and spelling checker
Wat is BonPatron?
BonPatron is een Chrome-extensie ontwikkeld door Nevooa, en de belangrijkste functie is "Grammar and spelling checker".
Extensie Screenshots
Download het CRX-bestand van de extensie BonPatron
Download BonPatron-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
"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!
Basisinformatie over de Extensie
Naam | BonPatron |
ID | nfhfkijfhpnnpiojakclepbbpjhefgla |
Officiële URL | https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla |
Beschrijving | Grammar and spelling checker |
Bestandsgrootte | 157 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 2.0.6 |
Laatst Bijgewerkt | 2019-02-05 |
Publicatiedatum | 2019-02-05 |
Beoordeling | 3.17/5 Totaal 65 Beoordelingen |
Ontwikkelaar | Nevooa |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://bonpatron.com/ |
Help Pagina-URL | http://bonpatron.com/Faq/ |
Ondersteunde Talen | 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" } } |