TabRoulette

Gamble with your tabs

TabRouletteとは何ですか?

TabRouletteはhttp://jordanshaw.comによって開発されたChromeの拡張機能で、その主な機能は「Gamble with your tabs」です。

拡張機能のスクリーンショット

TabRoulette拡張機能のCRXファイルをダウンロード

TabRoulette拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tab Roulette is an extension for people who always have too many open tabs. Tab Roulette turns having too many open browser tabs into a game that plays with the tension of digital preservation in the short term and letting go of your control within the comforts of your digital space. Tab Roulette forces the user to gamble with their tab organization and create a self inflicted uneasiness in the digital space.

Tab Roulette shuffles your browser tabs between windows with complete randomness. To make the experience even more interesting Tab Roulette could randomly close a currently open tab during the shuffle — the probability of this happening is completely random as well.

Tab Roulette explores how people are becoming too comfortable and reliant on technical consistency. This extension forces users into a digital situation where what they knew and expected is no longer guaranteed.                    

拡張機能の基本情報

名前 TabRoulette TabRoulette
ID jnghfialchniafmjkakofbnbemjfgfcj
公式URL https://chrome.google.com/webstore/detail/tabroulette/jnghfialchniafmjkakofbnbemjfgfcj
説明 Gamble with your tabs
ファイルサイズ 55.96 KB
インストール数 113
現在のバージョン 0.0.2
最終更新日 2017-12-18
公開日 2017-12-18
評価 4.67/5 合計 3 レビュー
開発者 http://jordanshaw.com
支払い方法 free
拡張機能のウェブサイト http://jordanshaw.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabRoulette",
    "description": "Gamble with your tabs",
    "short_name": "TabRoulette",
    "author": "Jordan Shaw",
    "version": "0.0.2",
    "minimum_chrome_version": "38",
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "assets\/tabRoulette_16.png",
        "20": "assets\/tabRoulette_20.png",
        "128": "assets\/tabRoulette_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/tabRoulette_16.png",
            "20": "assets\/tabRoulette_20.png",
            "128": "assets\/tabRoulette_128.png"
        },
        "default_title": "Play Tab Roulette"
    },
    "background": {
        "scripts": [
            "background.js",
            "assets\/js\/jquery.min.js",
            "assets\/js\/lodash.min.js"
        ]
    }
}