The Circle of Life
A must-have for all Lion King fans!
Vad är The Circle of Life?
The Circle of Life är en Chrome-tillägg utvecklad av Ian Webster, och dess huvudfunktion är "A must-have for all Lion King fans!".
Tilläggsskärmbilder
Ladda ner The Circle of Life-förlängningens CRX-fil
Ladda ner The Circle of Life-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds some occasional flair to your browsing experience. Grundläggande Information om Tillägg
| Namn | |
| ID | fdligjlbdahdinmljdhaehbinjeedpbn |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-circle-of-life/fdligjlbdahdinmljdhaehbinjeedpbn |
| Beskrivning | A must-have for all Lion King fans! |
| Filstorlek | 291 KB |
| Antal Installationer | 26 |
| Aktuell Version | 0.0.6 |
| Senast Uppdaterad | 2016-03-01 |
| Publiceringsdatum | 2016-02-27 |
| Betyg | 4.33/5 Totalt 6 Betyg |
| Utvecklare | Ian Webster |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/typpo/circle-of-life |
| Stödda Språk | 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"
]
} | |