Tabli

A simple, powerful tab manager

Qu'est-ce que Tabli ?

Tabli est une extension Chrome développée par https://gettabli.com, et sa fonction principale est "A simple, powerful tab manager".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Tabli 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

                        Tabli is a free tab manager for Google Chrome that provides fast switching between windows and tabs and the ability to save and restore windows.

Tabli runs entirely as an extension in your browser. Tabli does not make any outbound data connections and does not send any data whatsoever to any external application, extension or cloud service.

You can learn more about Tabli on the Tabli web site (under "Additional Information")                    

Informations de Base sur l'Extension

Nom Tabli Tabli
ID igeehkedfibbnhbfponhjjplpkeomghi
URL Officiel https://chromewebstore.google.com/detail/tabli/igeehkedfibbnhbfponhjjplpkeomghi
Description A simple, powerful tab manager
Taille du Fichier 2.55 MB
Nombre d'Installations 62,081
Version Actuelle 2.1.2
Dernière Mise à Jour 2021-04-29
Date de Publication 2020-03-29
Évaluation 4.68/5 Total 470 Évaluations
Développeur https://gettabli.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gettabli.com/
URL de la Page d'Aide https://www.gettabli.com/tabli-usage.html
URL de la Page de Politique de Confidentialité https://www.gettabli.com/privacy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabli",
    "description": "A simple, powerful tab manager",
    "version": "2.1.2",
    "browser_action": {
        "default_icon": "images\/glyphicons_154_more_windows.png",
        "default_popup": "popup.html",
        "default_title": "Tabli"
    },
    "background": {
        "scripts": [
            "js\/common.bundle.js",
            "js\/bgHelper.bundle.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "chrome:\/\/favicon\/*"
    ],
    "icons": {
        "16": "images\/glyphicons_154_more_windows.png",
        "48": "images\/Multimedia-12-48.png",
        "128": "images\/Multimedia-12-128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "MacCtrl+Period"
            }
        },
        "show_popout": {
            "description": "Show the Tabli popout window",
            "global": true,
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "MacCtrl+Comma"
            }
        }
    }
}