Inception Button
Adds a button that will play the inception sound.
Co to jest Inception Button?
Inception Button to rozszerzenie Chrome opracowane przez Deshawn B Williams, a jego główną funkcją jest „Adds a button that will play the inception sound.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Inception Button
Pobierz pliki rozszerzeń Inception Button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bomipglfgpeaeailgdcgkcppjhkgbhoh |
| Oficjalny URL | https://chromewebstore.google.com/detail/inception-button/bomipglfgpeaeailgdcgkcppjhkgbhoh |
| Opis | Adds a button that will play the inception sound. |
| Rozmiar pliku | 838 KB |
| Liczba instalacji | 1,000 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2013-04-05 |
| Data Publikacji | 2013-04-05 |
| Ocena | 4.81/5 Łącznie 21 Oceny |
| Deweloper | Deshawn B Williams |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
} | |