Minimalist New Tab

Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.

Minimalist New Tab là gì?

Minimalist New Tab là một tiện ích mở rộng Chrome được phát triển bởi John, và tính năng chính của nó là "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!                    

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

Tên Minimalist New Tab Minimalist New Tab
ID cadppknnfehhlmfdkemdmdoogcldmane
URL Chính Thức https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane
Mô tả Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 262
Phiên Bản Hiện Tại 0.2.6
Cập Nhật Lần Cuối 2019-02-06
Ngày Phát Hành 2019-02-06
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển John
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",
    "manifest_version": 2,
    "name": "Minimalist New Tab",
    "version": "0.2.6",
    "minimum_chrome_version": "23",
    "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.",
    "author": "John",
    "icons": {
        "128": "assets\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "http:\/\/*.alphacoders.com\/*",
        "https:\/\/*.alphacoders.com\/*",
        "https:\/\/query.yahooapis.com\/v1\/public\/yql*",
        "http:\/\/fonts.googleapis.com\/*",
        "storage",
        "tabs",
        "geolocation",
        "bookmarks"
    ],
    "options_page": "options.html"
}