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
官方網址 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"
    }
}