BonPatron

Grammar and spelling checker

Cos'è BonPatron?

BonPatron è un'estensione di Chrome sviluppata da Nevooa, e la sua funzione principale è "Grammar and spelling checker".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BonPatron

Scarica i file di estensione BonPatron in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        "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!                    

Informazioni di Base sull'Estensione

Nome BonPatron BonPatron
ID nfhfkijfhpnnpiojakclepbbpjhefgla
URL Ufficiale https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla
Descrizione Grammar and spelling checker
Dimensione del File 157 KB
Conteggio Installazioni 5,000
Versione Corrente 2.0.6
Ultimo Aggiornamento 2019-02-05
Data di Pubblicazione 2019-02-05
Valutazione 3.17/5 Totale 65 Valutazioni
Sviluppatore Nevooa
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://bonpatron.com/
URL della Pagina di Aiuto http://bonpatron.com/Faq/
Lingue Supportate 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"
    }
}