Original New Tab
Opens the original Chrome™ "New Tab"
O que é Original New Tab?
Original New Tab é uma extensão do Chrome desenvolvida por Oscar de Dios, e sua principal característica é "Opens the original Chrome™ "New Tab"".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Original New Tab
Baixe arquivos de extensão Original 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
It Opens the Original Chrome™ New Tab. Useful if you have installed some of the extensions that overrides the original new tab and you want to use momentarily the original chrome™ tab. This extension shows the ACTUAL chrome™ new tab page, install only if you use another new tab extension. Icons made www.flaticon.com/authors/robin-kylander, licensed by Creative Commons BY 3.0
Informações Básicas da Extensão
Nome | Original New Tab |
ID | lolhkjkbfeldmnjcbgifdbnjnokekpma |
URL Oficial | https://chromewebstore.google.com/detail/original-new-tab/lolhkjkbfeldmnjcbgifdbnjnokekpma |
Descrição | Opens the original Chrome™ "New Tab" |
Tamanho do Arquivo | 168 KB |
Contagem de Instalações | 5,000 |
Versão Atual | 2.3 |
Última Atualização | 2017-06-15 |
Data de Publicação | 2017-06-15 |
Classificação | 3.32/5 Total de 50 Avaliações |
Desenvolvedor | Oscar de Dios |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.noteboardapp.com/policy |
Idiomas Suportados | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Original New Tab", "version": "2.3", "manifest_version": 2, "icons": { "128": "extIcon128.png" }, "default_locale": "en", "description": "__MSG_extDesc__", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Original New Tab", "default_icon": { "19": "extIcon16.png", "38": "extIcon32.png" } } } |