Cute Tab Home Page
This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more
O que é Cute Tab Home Page?
Cute Tab Home Page é uma extensão do Chrome desenvolvida por http://cute-tab.com, e sua principal característica é "This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cute Tab Home Page
Baixe arquivos de extensão Cute Tab Home Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ejiikjonepaadgcbnhdeklpjilegpgpe |
URL Oficial | https://chrome.google.com/webstore/detail/cute-tab-home-page/ejiikjonepaadgcbnhdeklpjilegpgpe |
Descrição | This extension sets your New Tab to Cute Tab with Backgrounds of Cute Animals, popular links, and more |
Tamanho do Arquivo | 41.28 KB |
Contagem de Instalações | 73 |
Versão Atual | 1.1 |
Última Atualização | 2018-01-18 |
Data de Publicação | 2018-01-18 |
Desenvolvedor | http://cute-tab.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.cute-tab.com |
URL da Página de Ajuda | http://cute-tab.com/about/index.html |
URL da Página de Política de Privacidade | http://citypage.today/about/privacy.html |
Idiomas Suportados | 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" } } |