TabLayer

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

Qu'est-ce que TabLayer ?

TabLayer est une extension Chrome développée par https://tablayer.com, et sa fonction principale est "TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TabLayer

Téléchargez les fichiers d'extension TabLayer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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…                    

Informations de Base sur l'Extension

Nom TabLayer TabLayer
ID hobcdfpaenipabjldommmpjopagmplmk
URL Officiel https://chromewebstore.google.com/detail/tablayer/hobcdfpaenipabjldommmpjopagmplmk
Description TabLayer - The awesome feature that's sorely missing in Chrome™️: Quick look in tabs
Taille du Fichier 296 KB
Nombre d'Installations 34
Version Actuelle 1.0
Dernière Mise à Jour 2020-07-04
Date de Publication 2020-06-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://tablayer.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tablayer.com
URL de la Page d'Aide https://tablayer.com/#getintouch
URL de la Page de Politique de Confidentialité https://www.sanjer.co.il/privacy-policy
Langues Prises en Charge 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'"
}