Tab Shuffler

Randomize the tab order in your browser window.

Cos'è Tab Shuffler?

Tab Shuffler è un'estensione di Chrome sviluppata da porkbun, e la sua funzione principale è "Randomize the tab order in your browser window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Shuffler

Scarica i file di estensione Tab Shuffler 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

                        Useful for making decisions (what to buy, what to watch, etc.)

Note:
The "This extension is not trusted by Enhanced Safe Browsing." message is due to the fact that this is a relatively new developer account and should go away on its own soon.                    

Informazioni di Base sull'Estensione

Nome Tab Shuffler Tab Shuffler
ID jfaiappknhlmbkffdpfbnpfiajmfgfbl
URL Ufficiale https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl
Descrizione Randomize the tab order in your browser window.
Dimensione del File 13.56 KB
Conteggio Installazioni 571
Versione Corrente 0.1.1
Ultimo Aggiornamento 2022-09-29
Data di Pubblicazione 2022-09-28
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore porkbun
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Shuffler",
    "description": "Randomize the tab order in your browser window.",
    "version": "0.1.1",
    "manifest_version": 3,
    "action": {
        "default_title": "Randomize the order of the tabs in this window. Right-click to undo.",
        "default_icon": {
            "16": "\/images\/icon16-o.png",
            "32": "\/images\/icon32-o.png",
            "48": "\/images\/icon48-o.png",
            "128": "\/images\/icon128-o.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16-o.png",
        "32": "\/images\/icon32-o.png",
        "48": "\/images\/icon48-o.png",
        "128": "\/images\/icon128-o.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}