Inglourious Grammer

Randomly introduces grammar and spelling errors to a page.

ما هو Inglourious Grammer؟

Inglourious Grammer هو إضافة Chrome تم تطويرها بواسطة joncazier، والميزة الرئيسية لها هي "Randomly introduces grammar and spelling errors to a page.".

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

screenshot

تحميل ملف CRX للإضافة Inglourious Grammer

قم بتنزيل ملفات الامتداد Inglourious Grammer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Did your coworker walk away from his desk without locking his computer again? Install this subtle extension that will leave him or her wondering why grammatical errors on the internet have suddenly skyrocketed. This extension will randomly introduce the most annoying grammatical errors into every web page. Give your grammar nazi of a coworker what he deserves!

Now with an options page to fine tune your grammatical madness.                    

معلومات أساسية عن التمديد

الاسم Inglourious Grammer Inglourious Grammer
ID jnnfgjmkpfdbkibfgemojefdmjalnaal
عنوان URL الرسمي https://chromewebstore.google.com/detail/inglourious-grammer/jnnfgjmkpfdbkibfgemojefdmjalnaal
الوصف Randomly introduces grammar and spelling errors to a page.
حجم الملف 46.59 KB
عدد التثبيتات 2,175
النسخة الحالية 1.0.5
آخر تحديث 2017-06-29
تاريخ النشر 2017-06-29
تقييم 3.50/5 مجموع تقييمات 8
المطور joncazier
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Inglourious Grammer",
    "description": "Randomly introduces grammar and spelling errors to a page.",
    "version": "1.0.5",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ]
}