Tab Carousel

An extension to allow the rotating of tabs with customizable timers per tab.

Tab Carousel là gì?

Tab Carousel là một tiện ích mở rộng Chrome được phát triển bởi shaefer, và tính năng chính của nó là "An extension to allow the rotating of tabs with customizable timers per tab.".

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

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

                                            

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

Tên Tab Carousel Tab Carousel
ID hecpojfehconfimlbkfjpenmdcjfjiko
URL Chính Thức https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko
Mô tả An extension to allow the rotating of tabs with customizable timers per tab.
Kích Thước Tệp 10.56 KB
Số Lần Cài Đặt 944
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2014-07-09
Ngày Phát Hành 2014-07-09
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển shaefer
Loại Thanh Toán free
URL Trang Trợ Giúp https://bitbucket.org/danielshaefer/carousel-chrome-extension
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Carousel",
    "short_name": "Tab Carousel",
    "description": "An extension to allow the rotating of tabs with customizable timers per tab.",
    "version": "0.1.4",
    "author": "Daniel Shaefer",
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-stop.png",
        "default_title": "Start Carousel"
    }
}