BonPatron

Grammar and spelling checker

Co to jest BonPatron?

BonPatron to rozszerzenie Chrome opracowane przez Nevooa, a jego główną funkcją jest „Grammar and spelling checker”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BonPatron

Pobierz pliki rozszerzeń BonPatron w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BonPatron BonPatron
ID nfhfkijfhpnnpiojakclepbbpjhefgla
Oficjalny URL https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla
Opis Grammar and spelling checker
Rozmiar pliku 157 KB
Liczba instalacji 5,000
Aktualna Wersja 2.0.6
Ostatnia Aktualizacja 2019-02-05
Data Publikacji 2019-02-05
Ocena 3.17/5 Łącznie 65 Oceny
Deweloper Nevooa
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://bonpatron.com/
Adres URL Strony Pomocy http://bonpatron.com/Faq/
Obsługiwane Języki 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"
    }
}