Tab Shuffler

Randomize the tab order in your browser window.

Wat is Tab Shuffler?

Tab Shuffler is een Chrome-extensie ontwikkeld door porkbun, en de belangrijkste functie is "Randomize the tab order in your browser window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Shuffler

Download Tab Shuffler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tab Shuffler Tab Shuffler
ID jfaiappknhlmbkffdpfbnpfiajmfgfbl
Officiële URL https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl
Beschrijving Randomize the tab order in your browser window.
Bestandsgrootte 13.56 KB
Aantal Installaties 571
Huidige Versie 0.1.1
Laatst Bijgewerkt 2022-09-29
Publicatiedatum 2022-09-28
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar porkbun
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}