BonPatron

Grammar and spelling checker

Что такое BonPatron?

BonPatron - это расширение Chrome, разработанное Nevooa, и его основная функция - "Grammar and spelling checker".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения BonPatron

Скачайте файлы расширений BonPatron в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название BonPatron BonPatron
ID nfhfkijfhpnnpiojakclepbbpjhefgla
Официальный URL https://chromewebstore.google.com/detail/bonpatron/nfhfkijfhpnnpiojakclepbbpjhefgla
Описание Grammar and spelling checker
Размер файла 157 KB
Количество установок 5,000
Текущая Версия 2.0.6
Последнее Обновление 2019-02-05
Дата публикации 2019-02-05
Рейтинг 3.17/5 Всего 65 оценок
Разработчик Nevooa
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://bonpatron.com/
URL страницы помощи http://bonpatron.com/Faq/
Поддерживаемые языки 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"
    }
}