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 |
| 电子邮箱 | [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"
]
} | |