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
公式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"
}