Inception Button
Adds a button that will play the inception sound.
Hvad er Inception Button?
Inception Button er en Chrome-udvidelse udviklet af Deshawn B Williams, og dens hovedfunktion er "Adds a button that will play the inception sound.".
Udvidelsesskærmbilleder
Download Inception Button-udvidelses-CRX-fil
Download Inception Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
| Officiel URL | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
| Beskrivelse | Adds a button that will play the inception sound. |
| Filstørrelse | 838 KB |
| Antal Installationer | 1,000 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2013-04-05 |
| Udgivelsesdato | 2013-04-05 |
| Bedømmelse | 4.81/5 Samlet 21 Bedømmelser |
| Udvikler | Deshawn B Williams |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |