BonPatron

Grammar and spelling checker

ما هو BonPatron؟

BonPatron هو إضافة Chrome تم تطويرها بواسطة Nevooa، والميزة الرئيسية لها هي "Grammar and spelling checker".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة BonPatron

قم بتنزيل ملفات الامتداد BonPatron بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    }
}