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
公式URL 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"
    }
}