Minimal New Tab

A minimal new tab page for Chrome.

Minimal New Tab là gì?

Minimal New Tab là một tiện ích mở rộng Chrome được phát triển bởi ExPixel, và tính năng chính của nó là "A minimal new tab page for Chrome.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        A minimal new tab page for Chrome.                    

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

Tên Minimal New Tab Minimal New Tab
ID oefebaomaahemfkgjdeaokigmcflbfna
URL Chính Thức https://chrome.google.com/webstore/detail/minimal-new-tab/oefebaomaahemfkgjdeaokigmcflbfna
Mô tả A minimal new tab page for Chrome.
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 617
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2017-10-11
Ngày Phát Hành 2017-10-11
Đánh Giá 4.61/5 Tổng số 18 Đánh Giá
Nhà Phát Triển ExPixel
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ExPixel/Minimal-New-Tab-Page
URL Trang Trợ Giúp https://github.com/ExPixel/Minimal-New-Tab-Page/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimal New Tab",
    "version": "1.5.0",
    "description": "A minimal new tab page for Chrome.",
    "author": "Adolph C.",
    "icons": {
        "16": "icons\/minimalnewtab-icon-16.png",
        "32": "icons\/minimalnewtab-icon-32.png",
        "48": "icons\/minimalnewtab-icon-48.png",
        "64": "icons\/minimalnewtab-icon-64.png",
        "128": "icons\/minimalnewtab-icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "chrome:\/\/favicon\/**\/*",
        "https:\/\/*.darksky.net\/",
        "http:\/\/*.darksky.net\/"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "img\/weather\/*.svg",
        "js\/app.bundle.js"
    ]
}