Inception Button
Adds a button that will play the inception sound.
Qu'est-ce que Inception Button ?
Inception Button est une extension Chrome développée par Deshawn B Williams, et sa fonction principale est "Adds a button that will play the inception sound.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Inception Button
Téléchargez les fichiers d'extension Inception Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Inception Button |
ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
URL Officiel | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
Description | Adds a button that will play the inception sound. |
Taille du Fichier | 838 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2013-04-05 |
Date de Publication | 2013-04-05 |
Évaluation | 4.81/5 Total 21 Évaluations |
Développeur | Deshawn B Williams |
Type de Paiement | free |
Langues Prises en Charge | 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" } |