Random Tab

Opens a random tab when the icon is pressed and displays a tab counter.

Cos'è Random Tab?

Random Tab è un'estensione di Chrome sviluppata da Aleksander Czarnowski, e la sua funzione principale è "Opens a random tab when the icon is pressed and displays a tab counter.".

Screenshot dell'Estensione

screenshot

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

                        Now with the added option to chose between opening a random tab from all windows or just the current window.                    

Informazioni di Base sull'Estensione

Nome Random Tab Random Tab
ID pamgfjoljjpmdgjfdcohdffplcmngjgi
URL Ufficiale https://chromewebstore.google.com/detail/random-tab/pamgfjoljjpmdgjfdcohdffplcmngjgi
Descrizione Opens a random tab when the icon is pressed and displays a tab counter.
Dimensione del File 9.35 KB
Conteggio Installazioni 935
Versione Corrente 1.1
Ultimo Aggiornamento 2023-10-16
Data di Pubblicazione 2019-08-24
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore Aleksander Czarnowski
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Random Tab",
    "description": "Opens a random tab when the icon is pressed and displays a tab counter.",
    "version": "1.1",
    "homepage_url": "https:\/\/aleksander.me\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "event.js",
        "type": "module"
    },
    "options_ui": {
        "page": "Options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon128.png",
        "default_title": "Random Tab"
    }
}