BonPatron

Grammar and spelling checker

BonPatron란 무엇입니까?

BonPatron은(는) Nevooa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Grammar and spelling checker"입니다.

확장 프로그램 스크린샷

screenshot

BonPatron 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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