Tablr

A powerful tab manager at your fingertips!

Was ist Tablr?

Tablr ist eine Chrome-Erweiterung, die von TVFlash entwickelt wurde, und ihr Hauptmerkmal ist "A powerful tab manager at your fingertips!".

Erweiterungsscreenshots

screenshot

Tablr-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tablr-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 organization done right.

Tablr is a quick and lightweight tab sorting and searching Chrome extension!

Features :
- Alphabetize tabs A-Z (Ctrl+Shift+A)
- Search tabs for keywords
- Adjustable settings
- Duplicate tab cleaning

Change log:
V 1.3.2
- Performance optimizations 
V 1.3.1
- Fixed preferences for shortcut searches
V 1.3
- Added Settings menu
- Added search by URL
- Added toggle tab duplicate cleaning
V 1.2.1
- Added search on enter
V 1.2
- Added alpha sort shortcut
V 1.1
- Fixed icons
V 1.0
- Release                    

Grundlegende Informationen zur Erweiterung

Name Tablr Tablr
ID agdlmmkblbggohcchbofgamfjddamemo
Offizielle URL https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo
Beschreibung A powerful tab manager at your fingertips!
Dateigröße 42.19 KB
Installationsanzahl 47
Aktuelle Version 1.3.2
Letztes Update 2014-09-11
Veröffentlichungsdatum 2014-09-11
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler TVFlash
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tablr",
    "description": "A powerful tab manager at your fingertips!",
    "version": "1.3.2",
    "options_page": "settings.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-sort": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Sorts the tabs in A-Z"
        }
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/hot.png",
        "48": "img\/icon48.png",
        "16": "img\/defaultIcon16.png"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}