New Tab iFrame

customize new tab by an iframe

New Tab iFrame là gì?

New Tab iFrame là một tiện ích mở rộng Chrome được phát triển bởi chienwen, và tính năng chính của nó là "customize new tab by an iframe".

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

screenshot

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

Tải xuống các tệp mở rộng New Tab iFrame 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

                        This extension will replace your new tab default page with a new page containing an iframe. The src of the iframe is configurable.                    

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

Tên New Tab iFrame New Tab iFrame
ID pjjgnpjhedgolccfdplecmnapdjhlknm
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-iframe/pjjgnpjhedgolccfdplecmnapdjhlknm
Mô tả customize new tab by an iframe
Kích Thước Tệp 96.19 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-09-12
Ngày Phát Hành 2015-09-12
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển chienwen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab iFrame",
    "description": "customize new tab by an iframe",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/jquery-1.10.2.min.map"
    ],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "images\/newtabiframe_16.png",
        "48": "images\/newtabiframe_48.png",
        "128": "images\/newtabiframe_128.png"
    }
}