Tab Control

Helps users to manage their tabs... especially during exam season!

Wat is Tab Control?

Tab Control is een Chrome-extensie ontwikkeld door julie.xxue, en de belangrijkste functie is "Helps users to manage their tabs... especially during exam season!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tab Control

Download Tab Control-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

                        Extension that allows you to search through your open tabs.                    

Basisinformatie over de Extensie

Naam Tab Control Tab Control
ID popmafmnbegjdlendkcciihndkolkkek
Officiële URL https://chrome.google.com/webstore/detail/tab-control/popmafmnbegjdlendkcciihndkolkkek
Beschrijving Helps users to manage their tabs... especially during exam season!
Bestandsgrootte 157 KB
Aantal Installaties 23
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-01-15
Publicatiedatum 2016-01-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar julie.xxue
Betalingswijze free
Extensiewebsite https://github.com/ldreyes/Tab-Control
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Control",
    "description": "Helps users to manage their tabs... especially during exam season!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": ".\/img\/tab.png",
        "default_popup": "popup.html",
        "default_title": "Tab-Control"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}