Tab Shuffler

Randomize the tab order in your browser window.

O que é Tab Shuffler?

Tab Shuffler é uma extensão do Chrome desenvolvida por porkbun, e sua principal característica é "Randomize the tab order in your browser window.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Shuffler

Baixe arquivos de extensão Tab Shuffler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tab Shuffler Tab Shuffler
ID jfaiappknhlmbkffdpfbnpfiajmfgfbl
URL Oficial https://chromewebstore.google.com/detail/tab-shuffler/jfaiappknhlmbkffdpfbnpfiajmfgfbl
Descrição Randomize the tab order in your browser window.
Tamanho do Arquivo 13.56 KB
Contagem de Instalações 571
Versão Atual 0.1.1
Última Atualização 2022-09-29
Data de Publicação 2022-09-28
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor porkbun
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}