Random Tab

A browser action that selects a random tab open in the user's current window and opens it in a new window.

Cos'è Random Tab?

Random Tab è un'estensione di Chrome sviluppata da Daniel Cates, e la sua funzione principale è "A browser action that selects a random tab open in the user's current window and opens it in a new window.".

Scarica il file CRX dell'estensione Random Tab

Scarica i file di estensione Random Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Random Tab Random Tab
ID ejbdbkngdhlekahamfbammngmibmoghd
URL Ufficiale https://chrome.google.com/webstore/detail/random-tab/ejbdbkngdhlekahamfbammngmibmoghd
Descrizione A browser action that selects a random tab open in the user's current window and opens it in a new window.
Dimensione del File 12.3 KB
Conteggio Installazioni 184
Versione Corrente 0.1
Ultimo Aggiornamento 2014-12-26
Data di Pubblicazione 2014-12-26
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore Daniel Cates
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Random Tab",
    "version": "0.1",
    "description": "A browser action that selects a random tab open in the user's current window and opens it in a new window.",
    "icons": {
        "32": "dice32.png",
        "64": "dice64.png",
        "128": "dice128.png"
    },
    "permissions": [
        "tabs",
        "windows"
    ],
    "browser_action": {
        "default_title": "Random Tab",
        "default_icon": "dice128.png"
    },
    "background": {
        "scripts": [
            "randomTab.js"
        ],
        "persistent": false
    }
}