BonPatron
Grammar and spelling checker
Apa itu BonPatron?
BonPatron adalah ekstensi Chrome yang dikembangkan oleh Nevooa, dan fitur utamanya adalah "Grammar and spelling checker".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BonPatron
Unduh file ekstensi BonPatron dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
"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!
Informasi Dasar Ekstensi
Nama | BonPatron |
ID | nfhfkijfhpnnpiojakclepbbpjhefgla |
URL Resmi | https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla |
Deskripsi | Grammar and spelling checker |
Ukuran File | 157 KB |
Jumlah Instalasi | 5,000 |
Versi Saat Ini | 2.0.6 |
Terakhir Diperbarui | 2019-02-05 |
Tanggal Publikasi | 2019-02-05 |
Penilaian | 3.17/5 Total 65 Penilaian |
Pengembang | Nevooa |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://bonpatron.com/ |
URL Halaman Bantuan | http://bonpatron.com/Faq/ |
Bahasa yang Didukung | 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" } } |