TabRoulette

Gamble with your tabs

TabRouletteคืออะไร?

TabRoulette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://jordanshaw.com และคุณลักษณะหลักของมันคือ "Gamble with your tabs"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabRoulette

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}