BonPatron
Grammar and spelling checker
Vad är BonPatron?
BonPatron är en Chrome-tillägg utvecklad av Nevooa, och dess huvudfunktion är "Grammar and spelling checker".
Tilläggsskärmbilder
Ladda ner BonPatron-förlängningens CRX-fil
Ladda ner BonPatron-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
"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!
Grundläggande Information om Tillägg
Namn | BonPatron |
ID | nfhfkijfhpnnpiojakclepbbpjhefgla |
Officiell webbadress | https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla |
Beskrivning | Grammar and spelling checker |
Filstorlek | 157 KB |
Antal Installationer | 5,000 |
Aktuell Version | 2.0.6 |
Senast Uppdaterad | 2019-02-05 |
Publiceringsdatum | 2019-02-05 |
Betyg | 3.17/5 Totalt 65 Betyg |
Utvecklare | Nevooa |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://bonpatron.com/ |
Hjälpsida URL | http://bonpatron.com/Faq/ |
Stödda Språk | 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" } } |