ShinySearch
Personalized Homepage for your new-tab
O que é ShinySearch?
ShinySearch é uma extensão do Chrome desenvolvida por https://www.shinysearch.com, e sua principal característica é "Personalized Homepage for your new-tab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShinySearch
Baixe arquivos de extensão ShinySearch 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
Personalize your new tab with beautiful backgrounds and built-in web search/links to popular websites
Informações Básicas da Extensão
Nome | ShinySearch |
ID | ajfpaddcchjgaemolcibmlbgijkhdocl |
URL Oficial | https://chromewebstore.google.com/detail/shinysearch/ajfpaddcchjgaemolcibmlbgijkhdocl |
Descrição | Personalized Homepage for your new-tab |
Tamanho do Arquivo | 17.96 KB |
Contagem de Instalações | 3,050 |
Versão Atual | 1.0.0 |
Última Atualização | 2013-12-17 |
Data de Publicação | 2013-12-17 |
Classificação | 4.19/5 Total de 31 Avaliações |
Desenvolvedor | https://www.shinysearch.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.shinysearch.com |
URL da Página de Política de Privacidade | http://www.shinysearch.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShinySearch", "version": "1.0.0", "manifest_version": 2, "description": "Personalized Homepage for your new-tab", "permissions": [ "cookies", "tabs", "webNavigation", "http:\/\/www.shinysearch.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.shinysearch.com\/sethomepage.php" ], "css": [ "css\/chr_ext.css" ], "all_frames": false, "run_at": "document_start" } ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "img\/icon19.png" }, "default_title": "Goto ShinySearch" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |