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.
擴展基本資訊
名稱 | |
ID | jnghfialchniafmjkakofbnbemjfgfcj |
官方網址 | 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" ] } } |