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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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