BonPatron

Grammar and spelling checker

BonPatronとは何ですか?

BonPatronはNevooaによって開発されたChromeの拡張機能で、その主な機能は「Grammar and spelling checker」です。

拡張機能のスクリーンショット

screenshot

BonPatron拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}