Light Tab Suspender

Alternative to the great suspender

O que é Light Tab Suspender?

Light Tab Suspender é uma extensão do Chrome desenvolvida por shaunmolloy, e sua principal característica é "Alternative to the great suspender".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Light Tab Suspender

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

                        An alternative Chrome extension to the great suspender.

Pros:
- Maintain user privacy
- Light implementation

Coming soon:
- Tab Favicon
- Options page                    

Informações Básicas da Extensão

Nome Light Tab Suspender Light Tab Suspender
ID omemdnaphiccifgleodlhhbdgnaahhfa
URL Oficial https://chromewebstore.google.com/detail/light-tab-suspender/omemdnaphiccifgleodlhhbdgnaahhfa
Descrição Alternative to the great suspender
Tamanho do Arquivo 11.64 KB
Contagem de Instalações 11
Versão Atual 1.1.0
Última Atualização 2021-02-22
Data de Publicação 2021-02-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor shaunmolloy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/shaunmolloy/chrome-light-tab-suspender
URL da Página de Ajuda https://github.com/shaunmolloy/chrome-light-tab-suspender/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Light Tab Suspender",
    "description": "Alternative to the great suspender",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/vendor\/browser-polyfill.js",
            "js\/helpers\/promise.js",
            "js\/helpers\/suspend.js",
            "js\/helpers\/commands.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/tab.js"
    ],
    "commands": {
        "suspend_tab": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Suspend \/ Unsuspend Tab"
        }
    },
    "icons": {
        "128": "icon-128.png"
    }
}