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 Inception Button
ID bomipglfgpeaeailgdcgkcppjhkgbhoh
官方網址 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"
}