Mouse Tab
Simple and powerful new tab page
O que é Mouse Tab?
Mouse Tab é uma extensão do Chrome desenvolvida por http://newtab.ml, e sua principal característica é "Simple and powerful new tab page".
Baixar o arquivo CRX da Extensão Mouse Tab
Baixe arquivos de extensão Mouse Tab 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
MouseTab - light-weight and beautiful chrome tab extension. It shows weather, search box, recent tabs, time. In further updates, speed bookmarks tab will be added. Note: MouseTab changes your default search and new tab.
Informações Básicas da Extensão
Nome | |
ID | cnfodimhlpakbjfecpnacbhebkjlcfnc |
URL Oficial | https://chrome.google.com/webstore/detail/mouse-tab/cnfodimhlpakbjfecpnacbhebkjlcfnc |
Descrição | Simple and powerful new tab page |
Tamanho do Arquivo | 24.13 KB |
Contagem de Instalações | 769 |
Versão Atual | 1.0.2 |
Última Atualização | 2015-10-30 |
Data de Publicação | 2015-10-30 |
Desenvolvedor | http://newtab.ml |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "http:\/\/newtab.ml\/favicon.png", "is_default": true, "keyword": "newtab.ml", "name": "Mouse Tab", "search_url": "http:\/\/newtab.ml\/search\/prt\/?q={searchTerms}" } }, "content_security_policy": "script-src 'self' https:\/\/www.telize.com\/ https:\/\/query.yahooapis.com\/ https:\/\/clients1.google.com\/ https:\/\/ajax.googleapis.com\/; object-src 'self'", "description": "Simple and powerful new tab page", "icons": { "128": "favicon.png" }, "manifest_version": 2, "name": "Mouse Tab", "permissions": [ "topSites", "storage", "https:\/\/clients1.google.com\/", "https:\/\/ajax.googleapis.com\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2" } |