TabRoulette

Gamble with your tabs

TabRoulette란 무엇입니까?

TabRoulette은(는) http://jordanshaw.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gamble with your tabs"입니다.

확장 프로그램 스크린샷

TabRoulette 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}