miniTab

A lightweight tabs keeper

Wat is miniTab?

miniTab is een Chrome-extensie ontwikkeld door gywn, en de belangrijkste functie is "A lightweight tabs keeper".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie miniTab

Download miniTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam miniTab miniTab
ID ojoahdaioinnmlepokcnndpkifopdccg
Officiële URL https://chromewebstore.google.com/detail/minitab/ojoahdaioinnmlepokcnndpkifopdccg
Beschrijving A lightweight tabs keeper
Bestandsgrootte 73 KB
Aantal Installaties 119
Huidige Versie 2.1
Laatst Bijgewerkt 2016-05-31
Publicatiedatum 2016-05-31
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar gywn
Betalingswijze free
Ondersteunde Talen 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"
}