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"
]
} | |