New Tab Embed

Embeds any website you want directly into your new tab page

New Tab Embed là gì?

New Tab Embed là một tiện ích mở rộng Chrome được phát triển bởi https://www.aria.ai, và tính năng chính của nó là "Embeds any website you want directly into your new tab page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab Embed

Tải xuống các tệp mở rộng New Tab Embed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên New Tab Embed New Tab Embed
ID hiplgeehdfapdbfjjgackpmoffelepkk
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-embed/hiplgeehdfapdbfjjgackpmoffelepkk
Mô tả Embeds any website you want directly into your new tab page
Kích Thước Tệp 11.73 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-03-01
Ngày Phát Hành 2018-03-01
Nhà Phát Triển https://www.aria.ai
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}