Inception Button
Adds a button that will play the inception sound.
Cos'è Inception Button?
Inception Button è un'estensione di Chrome sviluppata da Deshawn B Williams, e la sua funzione principale è "Adds a button that will play the inception sound.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Inception Button
Scarica i file di estensione Inception Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
| URL Ufficiale | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
| Descrizione | Adds a button that will play the inception sound. |
| Dimensione del File | 838 KB |
| Conteggio Installazioni | 1,000 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2013-04-05 |
| Data di Pubblicazione | 2013-04-05 |
| Valutazione | 4.81/5 Totale 21 Valutazioni |
| Sviluppatore | Deshawn B Williams |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |