New Tab Embed

Embeds any website you want directly into your new tab page

O que é New Tab Embed?

New Tab Embed é uma extensão do Chrome desenvolvida por https://www.aria.ai, e sua principal característica é "Embeds any website you want directly into your new tab page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Embed

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

                        Embed any website into your new tab page!

It requires pretty extensive permissions because it needs to work around websites that prevent you from embedding their content. The code is open source, and available here: https://github.com/AriaFallah/newtab                    

Informações Básicas da Extensão

Nome New Tab Embed New Tab Embed
ID hiplgeehdfapdbfjjgackpmoffelepkk
URL Oficial https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk
Descrição Embeds any website you want directly into your new tab page
Tamanho do Arquivo 11.73 KB
Contagem de Instalações 49
Versão Atual 1.1.0
Última Atualização 2018-03-01
Data de Publicação 2018-03-01
Desenvolvedor https://www.aria.ai
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Embed",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Embeds any website you want directly into your new tab page",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/newtab\/index.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "src\/action\/index.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    }
}