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
电子邮箱 [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"
    }
}