Cute Zoo
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Cos'è Cute Zoo?
Cute Zoo è un'estensione di Chrome sviluppata da http://www.mytab.net, e la sua funzione principale è "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cute Zoo
Scarica i file di estensione Cute Zoo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. Install our gorgeous extension and start each day with a lovely one looking at you. Extreme cuteness guaranteed!
Informazioni di Base sull'Estensione
Nome | |
ID | homobhfpjhbmmgngnaocdhdhgabpcojl |
URL Ufficiale | https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl |
Descrizione | Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. |
Dimensione del File | 24.59 MB |
Conteggio Installazioni | 118 |
Versione Corrente | 2.4 |
Ultimo Aggiornamento | 2016-11-30 |
Data di Pubblicazione | 2016-11-30 |
Valutazione | 3.88/5 Totale 8 Valutazioni |
Sviluppatore | http://www.mytab.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.mytab.net/ |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cute Zoo", "manifest_version": 2, "version": "2.4", "description": "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.", "chrome_url_overrides": { "newtab": "myPage.html" }, "permissions": [ "tabs", "geolocation", "http:\/\/www.mytab.net\/" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "128": "icon_128.png" }, "web_accessible_resources": [ "icon_16.png", "animals\/*.jpg" ], "chrome_settings_overrides": { "homepage": "http:\/\/www.mytab.net\/animals", "search_provider": { "name": "name.my-tab", "keyword": "keyword.my-tab", "is_default": true, "encoding": "UTF-8", "search_url": "http:\/\/www.mytab.net\/search?term={searchTerms}", "favicon_url": "http:\/\/www.mytab.net\/favicon.ico", "suggest_url": "http:\/\/www.mytab.net\/yahooSearch\/suggestions?term={searchTerms}" }, "startup_pages": [ "http:\/\/www.mytab.net\/animals" ] }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "http:\/\/www.mytab.net\/animals" ] } } |