Grammer Ungooder

Fix all that pesky 'correct' grammer

Grammer Ungooderคืออะไร?

Grammer Ungooder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ianfox และคุณลักษณะหลักของมันคือ "Fix all that pesky 'correct' grammer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grammer Ungooder

ดาวน์โหลดไฟล์ส่วนขยาย Grammer Ungooder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Do you ever think the internet can't possibly be any stupider?

Prove yourself wrong with this handy app that takes words that have more than one common spelling and swaps them at random!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Grammer Ungooder Grammer Ungooder
ID dnefmfcaboiimmkibdjbnciggbfpeeco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/grammer-ungooder/dnefmfcaboiimmkibdjbnciggbfpeeco
คำอธิบาย Fix all that pesky 'correct' grammer
ขนาดไฟล์ 48.14 KB
จำนวนการติดตั้ง 9,127
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-03-29
วันที่เผยแพร่ 2016-03-28
คะแนน 3.76/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา ianfox
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grammer Ungooder",
    "version": "1.2",
    "description": "Fix all that pesky 'correct' grammer",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}