Inception Button

Adds a button that will play the inception sound.

Vad är Inception Button?

Inception Button är en Chrome-tillägg utvecklad av Deshawn B Williams, och dess huvudfunktion är "Adds a button that will play the inception sound.".

Tilläggsskärmbilder

Ladda ner Inception Button-förlängningens CRX-fil

Ladda ner Inception Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Inception Button Inception Button
ID bomipglfgpeaeailgdcgkcppjhkgbhoh
Officiell webbadress https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh
Beskrivning Adds a button that will play the inception sound.
Filstorlek 838 KB
Antal Installationer 1,000
Aktuell Version 1.4
Senast Uppdaterad 2013-04-05
Publiceringsdatum 2013-04-05
Betyg 4.81/5 Totalt 21 Betyg
Utvecklare Deshawn B Williams
Betalningssätt free
Stödda Språk 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"
}