TabLayer

TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs

O que é TabLayer?

TabLayer é uma extensão do Chrome desenvolvida por https://tablayer.com, e sua principal característica é "TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TabLayer

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

                        TabLayer - Quick look in tabs for Chrome™
TabLayer - The awesome feature that's sorely missing in Chrome™ : Quick look in tabs, which lets you see the open tabs without opening them. All you have to do is press the TabLayer extension’s button. That means you can instantly watch a thumbnail and description of each open tab you have, and choose to do one of the features:

Navigate to this tab.
Close this tab.
Chrome™ doesn't come with this feature, but, thankfully, TabLayer fills that void.

It has more options:

Searching by text for specific tab.
Thumbnail or List view.
Sorting by 3 options: Sites, Latest views, Chrome™
And more…                    

Informações Básicas da Extensão

Nome TabLayer TabLayer
ID hobcdfpaenipabjldommmpjopagmplmk
URL Oficial https://chromewebstore.google.com/detail/tablayer/hobcdfpaenipabjldommmpjopagmplmk
Descrição TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs
Tamanho do Arquivo 296 KB
Contagem de Instalações 34
Versão Atual 1.0
Última Atualização 2020-07-04
Data de Publicação 2020-06-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://tablayer.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tablayer.com
URL da Página de Ajuda https://tablayer.com/#getintouch
URL da Página de Política de Privacidade https://www.sanjer.co.il/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabLayer",
    "version": "1.0",
    "description": "TabLayer - The awesome feature that's sorely missing in Chrome\u2122\ufe0f: Quick look in tabs",
    "options_page": "options.html#settings",
    "icons": {
        "48": "tablayer_48.png",
        "128": "tablayer_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "TabLayer  - Quick look in tabs for Chrome\u2122",
        "default_icon": "tablayer_48.png",
        "default_popup": "tab_layer.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com; object-src 'self'"
}