miniTab

A lightweight tabs keeper

Qu'est-ce que miniTab ?

miniTab est une extension Chrome développée par gywn, et sa fonction principale est "A lightweight tabs keeper".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

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

                        Hint: go to Chrome's "Extensions > Keyboard shortcuts", activate shortcuts for even faster tabs managing.                    

Informations de Base sur l'Extension

Nom miniTab miniTab
ID ojoahdaioinnmlepokcnndpkifopdccg
URL Officiel https://chromewebstore.google.com/detail/minitab/ojoahdaioinnmlepokcnndpkifopdccg
Description A lightweight tabs keeper
Taille du Fichier 73 KB
Nombre d'Installations 119
Version Actuelle 2.1
Dernière Mise à Jour 2016-05-31
Date de Publication 2016-05-31
Évaluation 1.00/5 Total 1 Évaluations
Développeur gywn
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery-2.0.3.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        }
    },
    "commands": {
        "archive-active-tab": {
            "description": "Archive & close the current tab",
            "suggested_key": {
                "default": "Alt+Shift+2"
            }
        },
        "toggle-active-tab-highlight": {
            "description": "Toggle highlighting mode",
            "suggested_key": {
                "default": "Alt+Shift+1"
            }
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-persistent.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "A lightweight tabs keeper",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "miniTab",
    "permissions": [
        "tabs",
        "",
        "storage",
        "contextMenus"
    ],
    "version": "2.1"
}