New Tab Embed

Embeds any website you want directly into your new tab page

Cos'è New Tab Embed?

New Tab Embed è un'estensione di Chrome sviluppata da https://www.aria.ai, e la sua funzione principale è "Embeds any website you want directly into your new tab page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione New Tab Embed

Scarica i file di estensione New Tab Embed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome New Tab Embed New Tab Embed
ID hiplgeehdfapdbfjjgackpmoffelepkk
URL Ufficiale https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk
Descrizione Embeds any website you want directly into your new tab page
Dimensione del File 11.73 KB
Conteggio Installazioni 49
Versione Corrente 1.1.0
Ultimo Aggiornamento 2018-03-01
Data di Pubblicazione 2018-03-01
Sviluppatore https://www.aria.ai
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}