Random New Tab

Loads one random page out of a custom list each time you click New Tab.

Random New Tab là gì?

Random New Tab là một tiện ích mở rộng Chrome được phát triển bởi Jesse Hufstetler, và tính năng chính của nó là "Loads one random page out of a custom list each time you click New Tab.".

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

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

                        The extension syncs between signed-in browsers.

You can enter either URLs or messages that you want to be displayed.

Probability is simple: if you increase the probability to five, it's as if you added the item to the list five times.

There's also a notes column that's helpful for identifying cryptic URLs.                    

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

Tên Random New Tab Random New Tab
ID kfbabalfihbphpikodohlmklhlialhhh
URL Chính Thức https://chromewebstore.google.com/detail/random-new-tab/kfbabalfihbphpikodohlmklhlialhhh
Mô tả Loads one random page out of a custom list each time you click New Tab.
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 163
Phiên Bản Hiện Tại 1.1.0.0
Cập Nhật Lần Cuối 2021-04-04
Ngày Phát Hành 2018-12-04
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jesse Hufstetler
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Loads one random page out of a custom list each time you click New Tab.",
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png",
        "128": "favicon128.png"
    },
    "browser_action": [],
    "manifest_version": 2,
    "name": "Random New Tab",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "1.1.0.0"
}