New Tab Rotate

Alternate between your multiple new tab extensions

New Tab Rotate là gì?

New Tab Rotate là một tiện ích mở rộng Chrome được phát triển bởi newtabrotate, và tính năng chính của nó là "Alternate between your multiple new tab extensions".

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

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

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

                        Have more than one new tab extension that you like?
Why not both!? Why not 100!?
Automatically rotate between your installed new tab extensions every time you open a new tab. 
Or if you want to launch a specific one, just choose it from the New Tab Rotate popup.
Don't settle for just one, you deserve to use them all!                    

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

Tên New Tab Rotate New Tab Rotate
ID ahgcbolioopacfcnofmbpfebmggfbhia
URL Chính Thức https://chrome.google.com/webstore/detail/new-tab-rotate/ahgcbolioopacfcnofmbpfebmggfbhia
Mô tả Alternate between your multiple new tab extensions
Kích Thước Tệp 130 KB
Số Lần Cài Đặt 281
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2021-02-14
Ngày Phát Hành 2019-12-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển newtabrotate
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 Rotate",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Alternate between your multiple new tab extensions",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab",
        "management",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.js"
            ]
        }
    ]
}