Tab Roulette

Tab slideshow plugin - Awesome for in-office dashboards!

Tab Roulette là gì?

Tab Roulette là một tiện ích mở rộng Chrome được phát triển bởi https://blog.developer-b.com, và tính năng chính của nó là "Tab slideshow plugin - Awesome for in-office dashboards!".

Ả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 Tab Roulette

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

                        This extension will cycle through any open tabs. It comes with an option page allowing you to specify how long each tab should be displayed and whether or not it should be reloaded. 

Upon opening the options dialog it'll cycle through all the tabs to take a screenshot making it easier to see which tab you're configuring. 

Keep in mind that this was an evening project and probably contain a lot of rough edges so don't blame me if something catches on fire.                    

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

Tên Tab Roulette Tab Roulette
ID dlgdimppibbgkjbhnfbkgbfgiclmjlch
URL Chính Thức https://chromewebstore.google.com/detail/tab-roulette/dlgdimppibbgkjbhnfbkgbfgiclmjlch
Mô tả Tab slideshow plugin - Awesome for in-office dashboards!
Kích Thước Tệp 237 KB
Số Lần Cài Đặt 1,250
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2013-08-30
Ngày Phát Hành 2013-08-30
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://blog.developer-b.com
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/kimble/chrome-tab-roulette
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Roulette",
    "version": "0.5",
    "description": "Tab slideshow plugin - Awesome for in-office dashboards!",
    "options_page": "src\/view\/mission-control.html",
    "browser_action": {
        "default_icon": "src\/images\/icon_19x19_grey.png",
        "default_title": "Tab roulette"
    },
    "background": {
        "scripts": [
            "src\/jslib\/underscore-1.4.3.js",
            "src\/js\/lib.js",
            "src\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "background",
        ""
    ],
    "icons": {
        "16": "src\/images\/icon_16x16.png",
        "48": "src\/images\/icon_48x48.png",
        "128": "src\/images\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "src\/css\/content-script.css"
            ],
            "js": [
                "src\/jslib\/jquery-1.8.3.js",
                "src\/js\/content-script.js"
            ]
        }
    ]
}