BonPatron

Grammar and spelling checker

Hvad er BonPatron?

BonPatron er en Chrome-udvidelse udviklet af Nevooa, og dens hovedfunktion er "Grammar and spelling checker".

Udvidelsesskærmbilleder

screenshot

Download BonPatron-udvidelses-CRX-fil

Download BonPatron-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        "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æggende oplysninger om udvidelsen

Navn BonPatron BonPatron
ID nfhfkijfhpnnpiojakclepbbpjhefgla
Officiel URL https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla
Beskrivelse Grammar and spelling checker
Filstørrelse 157 KB
Antal Installationer 5,000
Nuværende Version 2.0.6
Senest Opdateret 2019-02-05
Udgivelsesdato 2019-02-05
Bedømmelse 3.17/5 Samlet 65 Bedømmelser
Udvikler Nevooa
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://bonpatron.com/
Hjælpeside-URL http://bonpatron.com/Faq/
Understøttede Sprog 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"
    }
}