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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |