Error Shatter
Notifies you of JavaScript errors by making a crack noise and cracking the screen
Error Shatterคืออะไร?
Error Shatter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kr0mex และคุณลักษณะหลักของมันคือ "Notifies you of JavaScript errors by making a crack noise and cracking the screen"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Error Shatter
ดาวน์โหลดไฟล์ส่วนขยาย Error Shatter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Notifies you of JavaScript errors by making a crack noise and cracking the screen
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kfhbncpneonghiecgplhgdkfkfiddjde |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kfhbncpneonghiecgplhgdkfkfiddjde |
คำอธิบาย | Notifies you of JavaScript errors by making a crack noise and cracking the screen |
ขนาดไฟล์ | 357 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2015-06-14 |
วันที่เผยแพร่ | 2015-03-08 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | kr0mex |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "jquery-2.1.3.min.js", "content.js" ], "css": [ "main.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "run_at": "document_start" } ], "browser_action": { "default_icon": "img\/cracked_img.png" }, "description": "Notifies you of JavaScript errors by making a crack noise and cracking the screen", "icons": { "128": "img\/logo_128.png", "16": "img\/logo_16.png", "48": "img\/logo_48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "Error Shatter", "version": "0.1", "permissions": [ "*:\/\/*\/*", "tabs", "webRequest", "notifications", "storage" ], "web_accessible_resources": [ "img\/crack.png", "glass.mp3" ] } |