New Tab Embed

Embeds any website you want directly into your new tab page

什麼是New Tab Embed?

New Tab Embed是由https://www.aria.ai開發的Chrome擴展程式,該擴展的主要功能是“Embeds any website you want directly into your new tab page”。

擴展截圖

screenshot
screenshot

下載New Tab Embed擴展crx文件

下載New Tab Embed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 New Tab Embed New Tab Embed
ID hiplgeehdfapdbfjjgackpmoffelepkk
官方網址 https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk
簡介 Embeds any website you want directly into your new tab page
檔案大小 11.73 KB
安裝次數 49
目前版本 1.1.0
更新時間 2018-03-01
上架時間 2018-03-01
開發者 https://www.aria.ai
付費類型 free
支援的語言 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"
        ]
    }
}