Incorrekt Grammer

Have a friend that is really passionate about the English language? Then don't install this extension on their machine.

ما هو Incorrekt Grammer؟

Incorrekt Grammer هو إضافة Chrome تم تطويرها بواسطة Kyle Apfel، والميزة الرئيسية لها هي "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.".

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

screenshot

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

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

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

                        This app makes sure that the web page always displays the wrong form of their, there, they're, you're, your, is, are, too, and to. This is version 0.1 too, it's only going to get better and more subtle in future versions.

Have fun! You jerk.                    

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

الاسم Incorrekt Grammer Incorrekt Grammer
ID damdmppnaeplnlemdcjbfkepjhaaabnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/incorrekt-grammer/damdmppnaeplnlemdcjbfkepjhaaabnb
الوصف Have a friend that is really passionate about the English language? Then don't install this extension on their machine.
حجم الملف 28.93 KB
عدد التثبيتات 162
النسخة الحالية 0.1
آخر تحديث 2015-09-06
تاريخ النشر 2015-09-06
المطور Kyle Apfel
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incorrekt Grammer",
    "version": "0.1",
    "description": "Have a friend that is really passionate about the English language? Then don't install this extension on their machine.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}