Tabbie - Undo closed tabs

Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.

O que é Tabbie - Undo closed tabs?

Tabbie - Undo closed tabs é uma extensão do Chrome desenvolvida por Angus Zhu, e sua principal característica é "Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tabbie - Undo closed tabs

Baixe arquivos de extensão Tabbie - Undo closed tabs 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

                        Tabbie allows you to undo closed tabs or windows from a simple popup.
- Beautifully designed, and supports dark mode.
- Histories of the undo tabs are saved.
- No data transmitted to third-party, privacy protected.                    

Informações Básicas da Extensão

Nome Tabbie - Undo closed tabs Tabbie - Undo closed tabs
ID piepmnmkfdajejodnppndgeogppepdld
URL Oficial https://chromewebstore.google.com/detail/tabbie-undo-closed-tabs/piepmnmkfdajejodnppndgeogppepdld
Descrição Tabbie allows you to open recently closed tabs in a simple and beautifully designed popup.
Tamanho do Arquivo 78.22 KB
Contagem de Instalações 368
Versão Atual 2.0.1
Última Atualização 2022-11-28
Data de Publicação 2020-12-21
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Angus Zhu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "short_name": "Tabbie",
    "version": "2.0.1",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/tab-16.png",
            "24": "icons\/tab-24.png",
            "32": "icons\/tab-32.png"
        },
        "theme_icons": [
            {
                "light": "icons\/tab-16-light.png",
                "dark": "icons\/tab-16.png",
                "size": 16
            },
            {
                "light": "icons\/tab-24-light.png",
                "dark": "icons\/tab-24.png",
                "size": 24
            },
            {
                "light": "icons\/tab-32-light.png",
                "dark": "icons\/tab-32.png",
                "size": 32
            }
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "sessions",
        "tabs"
    ],
    "default_locale": "en"
}