Bad Grammar
Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see.
Bad Grammarคืออะไร?
Bad Grammar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vocativinteractive และคุณลักษณะหลักของมันคือ "Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bad Grammar
ดาวน์โหลดไฟล์ส่วนขยาย Bad Grammar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Terrorize the grammar vigilantes in your life. This Chrome extension quietly randomizes every appearance of its/it's, your/you're and there/they're/their on a webpage. Install, sit back, and light a cigar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bad Grammar |
ID | londgekpgonfdkegomlndocggleeeifa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bad-grammar/londgekpgonfdkegomlndocggleeeifa |
คำอธิบาย | Test the grammar vigilantes in your life by changing every appearance of its/it's, your/you're and there/they're/their they see. |
ขนาดไฟล์ | 17.81 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-03-09 |
วันที่เผยแพร่ | 2016-03-09 |
ผู้พัฒนา | vocativinteractive |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://goo.gl/SsAhv |
URL หน้าช่วยเหลือ | https://goo.gl/SsAhv |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bad Grammar", "version": "1.0", "description": "Test the grammar vigilantes in your life by changing every appearance of its\/it's, your\/you're and there\/they're\/their they see.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |