Error Shatter
Notifies you of JavaScript errors by making a crack noise and cracking the screen
什么是Error Shatter?
Error Shatter是由kr0mex开发的Chrome扩展程序,该扩展的主要功能是“Notifies you of JavaScript errors by making a crack noise and cracking the screen”。
扩展截图
下载Error Shatter扩展crx文件
下载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"
]
} | |