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
公式URL 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"
        ]
    }
}