Cute Tab Home Page
This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
Cos'è Cute Tab Home Page?
Cute Tab Home Page è un'estensione di Chrome sviluppata da http://cute-tab.com, e la sua funzione principale è "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cute Tab Home Page
Scarica i file di estensione Cute Tab Home Page 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
I love cute things and I love it even more on my New Tab! amazing background shots of cute puppies and short cut to popular sites, update on cute things from social network and more
Informazioni di Base sull'Estensione
Nome | |
ID | ejiikjonepaadgcbnhdeklpjilegpgpe |
URL Ufficiale | https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe |
Descrizione | This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more |
Dimensione del File | 41.28 KB |
Conteggio Installazioni | 73 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-01-18 |
Data di Pubblicazione | 2018-01-18 |
Sviluppatore | http://cute-tab.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.cute-tab.com |
URL della Pagina di Aiuto | http://cute-tab.com/about/index.html |
URL della Pagina della Politica sulla Privacy | http://citypage.today/about/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cute Tab Home Page", "description": "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more", "version": "1.1", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "cute-tab.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "optional_permissions": [ "management" ], "browser_action": { "default_title": "Cute Tab Home Page", "default_icon": "img\/icon16.png" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |