Error Shatter
Notifies you of JavaScript errors by making a crack noise and cracking the screen
Error Shatter là gì?
Error Shatter là một tiện ích mở rộng Chrome được phát triển bởi kr0mex, và tính năng chính của nó là "Notifies you of JavaScript errors by making a crack noise and cracking the screen".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Error Shatter
Tải xuống các tệp mở rộng Error Shatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Notifies you of JavaScript errors by making a crack noise and cracking the screen
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kfhbncpneonghiecgplhgdkfkfiddjde |
URL Chính Thức | https://chrome.google.com/webstore/detail/kfhbncpneonghiecgplhgdkfkfiddjde |
Mô tả | Notifies you of JavaScript errors by making a crack noise and cracking the screen |
Kích Thước Tệp | 357 KB |
Số Lần Cài Đặt | 40 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-06-14 |
Ngày Phát Hành | 2015-03-08 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | kr0mex |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |