Tab Shuffler

Randomize the tab order in your browser window.

Qu'est-ce que Tab Shuffler ?

Tab Shuffler est une extension Chrome développée par porkbun, et sa fonction principale est "Randomize the tab order in your browser window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Shuffler

Téléchargez les fichiers d'extension Tab Shuffler 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

                        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.                    

Informations de Base sur l'Extension

Nom Tab Shuffler Tab Shuffler
ID jfaiappknhlmbkffdpfbnpfiajmfgfbl
URL Officiel https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl
Description Randomize the tab order in your browser window.
Taille du Fichier 13.56 KB
Nombre d'Installations 571
Version Actuelle 0.1.1
Dernière Mise à Jour 2022-09-29
Date de Publication 2022-09-28
Évaluation 4.67/5 Total 6 Évaluations
Développeur porkbun
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}