New Tab Embed

Embeds any website you want directly into your new tab page

Wat is New Tab Embed?

New Tab Embed is een Chrome-extensie ontwikkeld door https://www.aria.ai, en de belangrijkste functie is "Embeds any website you want directly into your new tab page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie New Tab Embed

Download New Tab Embed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam New Tab Embed New Tab Embed
ID hiplgeehdfapdbfjjgackpmoffelepkk
Officiële URL https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk
Beschrijving Embeds any website you want directly into your new tab page
Bestandsgrootte 11.73 KB
Aantal Installaties 49
Huidige Versie 1.1.0
Laatst Bijgewerkt 2018-03-01
Publicatiedatum 2018-03-01
Ontwikkelaar https://www.aria.ai
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}