The Circle of Life
A must-have for all Lion King fans!
Co to jest The Circle of Life?
The Circle of Life to rozszerzenie Chrome opracowane przez Ian Webster, a jego główną funkcją jest „A must-have for all Lion King fans!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Circle of Life
Pobierz pliki rozszerzeń The Circle of Life 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 extension adds some occasional flair to your browsing experience. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fdligjlbdahdinmljdhaehbinjeedpbn |
| Oficjalny URL | https://chromewebstore.google.com/detail/the-circle-of-life/fdligjlbdahdinmljdhaehbinjeedpbn |
| Opis | A must-have for all Lion King fans! |
| Rozmiar pliku | 291 KB |
| Liczba instalacji | 26 |
| Aktualna Wersja | 0.0.6 |
| Ostatnia Aktualizacja | 2016-03-01 |
| Data Publikacji | 2016-02-27 |
| Ocena | 4.33/5 Łącznie 6 Oceny |
| Deweloper | Ian Webster |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/typpo/circle-of-life |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Circle of Life",
"version": "0.0.6",
"manifest_version": 2,
"description": "A must-have for all Lion King fans!",
"homepage_url": "http:\/\/ianww.com",
"icons": {
"16": "icons\/lion16.png",
"48": "icons\/lion48.png",
"128": "icons\/lion128.png"
},
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"options_page": "src\/options\/index.html",
"permissions": [
"tabs"
]
} | |