Tab Carousel

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

什麼是Tab Carousel?

Tab Carousel是由shaefer開發的Chrome擴展程式,該擴展的主要功能是“An extension to allow the rotating of tabs with customizable timers per tab.”。

下載Tab Carousel擴展crx文件

下載Tab Carousel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Tab Carousel Tab Carousel
ID hecpojfehconfimlbkfjpenmdcjfjiko
官方網址 https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko
簡介 An extension to allow the rotating of tabs with customizable timers per tab.
檔案大小 10.56 KB
安裝次數 944
目前版本 0.1.4
更新時間 2014-07-09
上架時間 2014-07-09
評分 4.00/5 共 7 次評分
開發者 shaefer
付費類型 free
說明頁面URL https://bitbucket.org/danielshaefer/carousel-chrome-extension
支援的語言 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"
    }
}