Tab Defrag

Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…

O que é Tab Defrag?

Tab Defrag é uma extensão do Chrome desenvolvida por Sampson, e sua principal característica é "Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Defrag

Baixe arquivos de extensão Tab Defrag 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

                        Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to read the URL for each tab, and to assign it a new placement. Tab Defrag does nothing more.                    

Informações Básicas da Extensão

Nome Tab Defrag Tab Defrag
ID dfeliknbmopheafjaelmilpgfmfjiopl
URL Oficial https://chromewebstore.google.com/detail/tab-defrag/dfeliknbmopheafjaelmilpgfmfjiopl
Descrição Sorts all tabs in the current window by their URLs. The extension requests only a single permission: tabs. This is necessary to…
Tamanho do Arquivo 33.75 KB
Contagem de Instalações 30
Versão Atual 0.0.4
Última Atualização 2021-03-15
Data de Publicação 2019-12-22
Desenvolvedor Sampson
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.twitter.com/jonathansampson
URL da Página de Ajuda https://www.twitter.com/jonathansampson
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Defrag",
    "version": "0.0.4",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "Tab Defrag"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}