Tab Control

Tab Control stresses over your tabs so you don't have to.

Was ist Tab Control?

Tab Control ist eine Chrome-Erweiterung, die von Sanketh Hegde entwickelt wurde, und ihr Hauptmerkmal ist "Tab Control stresses over your tabs so you don't have to.".

Erweiterungsscreenshots

screenshot
screenshot

Tab Control-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Tab Control allows you to keep a limit on the number of tabs you have per window. Once you attempt to surpass the limit, Tab Control will remove your least active tab and save it internally just incase you need it in the future.

You can also choose to purge your window's tabs if you ever feel like your tabs are getting messy. Purge all tabs, duplicate tabs, or inactive tabs.

For the best experience, restart Chrome after first-time installation!

Note: Tab Control requires access to your browser history in order to save recently removed tabs and assign a timestamp to each tab. Your recently removed history is never saved other than on your own account.                    

Grundlegende Informationen zur Erweiterung

Name Tab Control Tab Control
ID hheohnanbmmjfpnpgcejpnabbnjhbhip
Offizielle URL https://chromewebstore.google.com/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip
Beschreibung Tab Control stresses over your tabs so you don't have to.
Dateigröße 121 KB
Installationsanzahl 84
Aktuelle Version 1.4.0
Letztes Update 2017-08-17
Veröffentlichungsdatum 2017-08-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Sanketh Hegde
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://chrome.google.com/webstore/detail/tab-control/hheohnanbmmjfpnpgcejpnabbnjhbhip/support
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Control",
    "version": "1.4.0",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/TabWrapper.js",
            "js\/background.js"
        ]
    },
    "description": "Tab Control stresses over your tabs so you don't have to.",
    "browser_action": {
        "default_title": "Tab Control",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon32.png",
        "48": "img\/icon96.png",
        "96": "img\/icon192.png",
        "128": "img\/icon256.png"
    },
    "author": "Sanketh Hegde"
}