Pew Pew
Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257)
Pew Pewとは何ですか?
Pew PewはTerryHによって開発されたChromeの拡張機能で、その主な機能は「Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257)」です。
拡張機能のスクリーンショット
Pew Pew拡張機能のCRXファイルをダウンロード
Pew Pew拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension plays a 'pew' sound when a Chrome tab is closed, sometimes.
This extension does NOT collect, use, or share any user data. 拡張機能の基本情報
| 名前 | |
| ID | keekkopgcackaofhlcjepenjlbndiilh |
| 公式URL | https://chromewebstore.google.com/detail/pew-pew/keekkopgcackaofhlcjepenjlbndiilh |
| 説明 | Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http://twitter.com/#!/jamesthigpen/status/116216027204960257) |
| ファイルサイズ | 8.59 KB |
| インストール数 | 306 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2023-09-01 |
| 公開日 | 2016-05-02 |
| 評価 | 5.00/5 合計 10 レビュー |
| 開発者 | TerryH |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pew Pew",
"version": "1.5",
"description": "Sometimes, when I hit ctrl-w in Chrome, I make a 'pew' laser sound. (http:\/\/twitter.com\/#!\/jamesthigpen\/status\/116216027204960257)",
"background": {
"scripts": [
"PewPew.js"
],
"persistent": false
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"https:\/\/s3.amazonaws.com\/PewPew\/v1.0\/*.wav"
]
} | |