NextTab

A tool that automatically switches to the next tab in a list

NextTab là gì?

NextTab là một tiện ích mở rộng Chrome được phát triển bởi saqfish, và tính năng chính của nó là "A tool that automatically switches to the next tab in a list".

Ả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 NextTab

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

                        NextTab will let you select a list of open tabs and automatically switch between them on refresh.                    

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

Tên NextTab NextTab
ID fnalnialandajhfaidhanakabnfbngij
URL Chính Thức https://chromewebstore.google.com/detail/nexttab/fnalnialandajhfaidhanakabnfbngij
Mô tả A tool that automatically switches to the next tab in a list
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2020-10-24
Ngày Phát Hành 2020-10-24
Nhà Phát Triển saqfish
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/saqfish/NextTab
URL Trang Trợ Giúp https://github.com/saqfish/NextTab/issues
URL Trang Chính Sách Bảo Mật http://saqfish.com/mtb_policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 2,
    "name": "NextTab",
    "short_name": "NextTab",
    "description": "A tool that automatically switches to the next tab in a list",
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "NextTab",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_ui": {
        "page": ".\/options.html",
        "open_in_tab": true
    }
}