New Tab iFrame

customize new tab by an iframe

O que é New Tab iFrame?

New Tab iFrame é uma extensão do Chrome desenvolvida por chienwen, e sua principal característica é "customize new tab by an iframe".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão New Tab iFrame

Baixe arquivos de extensão New Tab iFrame 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

                        This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.                    

Informações Básicas da Extensão

Nome New Tab iFrame New Tab iFrame
ID pjjgnpjhedgolccfdplecmnapdjhlknm
URL Oficial https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm
Descrição customize new tab by an iframe
Tamanho do Arquivo 96.19 KB
Contagem de Instalações 107
Versão Atual 1.0
Última Atualização 2015-09-12
Data de Publicação 2015-09-12
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor chienwen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab iFrame",
    "description": "customize new tab by an iframe",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/jquery-1.10.2.min.map"
    ],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/newtabiframe_16.png",
        "48": "images\/newtabiframe_48.png",
        "128": "images\/newtabiframe_128.png"
    }
}