Tab List

Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.

O que é Tab List?

Tab List é uma extensão do Chrome desenvolvida por 0xfd000000, e sua principal característica é "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab List

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

                        This is a simple chrome extension that I created because I often end up with dozens of open tabs that I want to read later / keep for later reference.

The extension shows a list of all open tabs in the current window and allows the user to download an .html with links to all URLs.
The .html has the favicons of the tabs embedded as a data-url so no network connection is needed for still being somewhat pleasing to the eye.                    

Informações Básicas da Extensão

Nome Tab List Tab List
ID enmppcfapkhgooajfhhemehedijggnnh
URL Oficial https://chromewebstore.google.com/detail/tab-list/enmppcfapkhgooajfhhemehedijggnnh
Descrição Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.
Tamanho do Arquivo 36.36 KB
Contagem de Instalações 24
Versão Atual 1.0.0.1
Última Atualização 2018-04-08
Data de Publicação 2018-04-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor 0xfd000000
Tipo de Pagamento free
Site da Extensão https://github.com/0xfd000000/tablist
URL da Página de Ajuda https://github.com/0xfd000000/tablist/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab List",
    "version": "1.0.0.1",
    "description": "Allows you to download an .html with links to all tabs of the current window. Some sort of arcane bookmarking.",
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/*",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Tabbidy tab-tab",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}