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