Tab Manager Pro

This extension allows you to manage your tabs by grouping them for later consumption

Qu'est-ce que Tab Manager Pro ?

Tab Manager Pro est une extension Chrome développée par gsrai, et sa fonction principale est "This extension allows you to manage your tabs by grouping them for later consumption".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab Manager Pro

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

                        This is a chrome extension that allows you to create named groups of tabs so you may consume them later. I made it for myself really, i am a self professed tab hoarder.                    

Informations de Base sur l'Extension

Nom Tab Manager Pro Tab Manager Pro
ID ebfpahimijhihjjnepkoojfpgpllbcdf
URL Officiel https://chromewebstore.google.com/detail/tab-manager-pro/ebfpahimijhihjjnepkoojfpgpllbcdf
Description This extension allows you to manage your tabs by grouping them for later consumption
Taille du Fichier 333 KB
Nombre d'Installations 590
Version Actuelle 1.1
Dernière Mise à Jour 2017-06-09
Date de Publication 2017-06-08
Évaluation 3.85/5 Total 13 Évaluations
Développeur gsrai
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Manager Pro",
    "version": "1.1",
    "author": "Gagondeep Srai",
    "description": "This extension allows you to manage your tabs by grouping them for later consumption",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "incognito": "not_allowed",
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "index.html",
        "default_title": "manage your tabs"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ]
}