My New Tab
Replace newtab with any url & keep the addres bar clean!
O que é My New Tab?
My New Tab é uma extensão do Chrome desenvolvida por Perfect Things, e sua principal característica é "Replace newtab with any url & keep the addres bar clean!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My New Tab
Baixe arquivos de extensão My New 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
Replace your new tab with any url keeping the address bar clean! The html page is injected to an iframe, so there is one requirement: the line below must be placed in of the injected page:This will make the links to open in the top frame and everything should work great!
Informações Básicas da Extensão
Nome | |
ID | mnecfcpcjodmnejjbonbbcoggjincejc |
URL Oficial | https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc |
Descrição | Replace newtab with any url & keep the addres bar clean! |
Tamanho do Arquivo | 14.71 KB |
Contagem de Instalações | 43 |
Versão Atual | 2.1 |
Última Atualização | 2015-02-10 |
Data de Publicação | 2015-02-10 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Perfect Things |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tborychowski/mynewtab |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My New Tab", "version": "2.1", "description": "Replace newtab with any url & keep the addres bar clean!", "manifest_version": 2, "icons": { "128": "img\/128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab", "permissions": [ "tabs", "storage" ], "options_ui": { "page": "settings.html", "chrome_style": true } } |