Grammar-Nazi Sniper
Know a grammar Nazi? Well make them look like a silly billy with this.
Grammar-Nazi Sniperคืออะไร?
Grammar-Nazi Sniper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamhead และคุณลักษณะหลักของมันคือ "Know a grammar Nazi? Well make them look like a silly billy with this."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grammar-Nazi Sniper
ดาวน์โหลดไฟล์ส่วนขยาย Grammar-Nazi Sniper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This really simple extension just changes the text on webpages so that there will be appear to be grammar errors. Prank Grammar Nazis into thinking someone has made typos by installing this on their computer. It will drive them mad as they correct peoples "mistakes", and then refresh the page to see there never was a mistake! At the moment it's set to a 30% chance of doing a change on any of the following words: They're There Their Your You're Its It's This application is meant as a joke, don't use it on people who can't take a joke or if the joke is inappropriate. I've actually left it on my computer and forgot about it, only to send an email pointing out someone's grammar mistakes... Oh what a fool I am!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jfmcccckobkegdpemjgekhbcnjemdaed |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed |
คำอธิบาย | Know a grammar Nazi? Well make them look like a silly billy with this. |
ขนาดไฟล์ | 82.75 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2016-12-09 |
วันที่เผยแพร่ | 2016-12-09 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jamhead |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Grammar-Nazi Sniper", "description": "Know a grammar Nazi? Well make them look like a silly billy with this.", "version": "1.0.4", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "textChanger.js" ] } ], "permissions": [ "tabs", "http:\/\/*\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |