TabRoulette

Gamble with your tabs

Qu'est-ce que TabRoulette ?

TabRoulette est une extension Chrome développée par http://jordanshaw.com, et sa fonction principale est "Gamble with your tabs".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension TabRoulette

Téléchargez les fichiers d'extension TabRoulette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TabRoulette TabRoulette
ID jnghfialchniafmjkakofbnbemjfgfcj
URL Officiel https://chrome.google.com/webstore/detail/tabroulette/jnghfialchniafmjkakofbnbemjfgfcj
Description Gamble with your tabs
Taille du Fichier 55.96 KB
Nombre d'Installations 113
Version Actuelle 0.0.2
Dernière Mise à Jour 2017-12-18
Date de Publication 2017-12-18
Évaluation 4.67/5 Total 3 Évaluations
Développeur http://jordanshaw.com
Type de Paiement free
Site Web de l'Extension http://jordanshaw.com
Langues Prises en Charge 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"
        ]
    }
}