Inception Button
Adds a button that will play the inception sound.
什么是Inception Button?
Inception Button是由Deshawn B Williams开发的Chrome扩展程序,该扩展的主要功能是“Adds a button that will play the inception sound.”。
扩展截图
下载Inception Button扩展crx文件
下载Inception Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This provides a button that allows you to make the inception sound. The sound clip is considered fair us under Title 17 of the United States Code, Chapter 1, § 107A (3) and (4)
扩展基本信息
名称 | Inception Button |
ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
官方URL | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
简介 | Adds a button that will play the inception sound. |
文件大小 | 838 KB |
安装次数 | 1,000 |
当前版本 | 1.4 |
更新时间 | 2013-04-05 |
上架时间 | 2013-04-05 |
评分 | 4.81/5 共21次评分 |
开发者 | Deshawn B Williams |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "button16.png", "default_title": "Inception" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds a button that will play the inception sound.", "background": { "scripts": [ "background.js" ] }, "name": "Inception Button", "permissions": [], "icons": { "48": "button48.png", "128": "button128.png", "16": "button16.png" }, "manifest_version": 2, "version": "1.4" } |