Beautiful New Tab

A beautiful new tab page

Beautiful New Tab là gì?

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

Ả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 Beautiful New Tab

Tải xuống các tệp mở rộng Beautiful 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 alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.                    

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

Tên Beautiful New Tab Beautiful New Tab
ID bailppllbndlpphoipdchcmiiefhelfh
URL Chính Thức https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh
Mô tả A beautiful new tab page
Kích Thước Tệp 3.78 MB
Số Lần Cài Đặt 167
Phiên Bản Hiện Tại 1.19
Cập Nhật Lần Cuối 2019-08-28
Ngày Phát Hành 2019-08-28
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Matt Carrick
Loại Thanh Toán free
Trang Web Mở Rộng http://rokco.org
URL Trang Trợ Giúp https://github.com/xRokco/New-Tab
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beautiful New Tab",
    "version": "1.19",
    "minimum_chrome_version": "37",
    "manifest_version": 2,
    "description": "A beautiful new tab page",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "geolocation",
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "config.js",
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "index.html"
    ]
}