Browser Tab Master

Easily manage your tabs, organize tabs with groups, save tabs for later use.

Was ist Browser Tab Master?

Browser Tab Master ist eine Chrome-Erweiterung, die von Lemay entwickelt wurde, und ihr Hauptmerkmal ist "Easily manage your tabs, organize tabs with groups, save tabs for later use.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Browser Tab Master-Erweiterungs-CRX-Datei herunterladen

Laden Sie Browser Tab Master-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

                        Manage and Organize Browser Tabs

* Drag & Drop to organize
* Save tabs to groups for later use
* Add tabs to saved groups
* Move tabs from saved groups to windows
* Synchronize saved tabs across devices(use Chrome's built-in sync provided by Google)                    

Grundlegende Informationen zur Erweiterung

Name Browser Tab Master Browser Tab Master
ID bcbapamhiimefhefkddjbncfgpieccdd
Offizielle URL https://chromewebstore.google.com/detail/browser-tab-master/bcbapamhiimefhefkddjbncfgpieccdd
Beschreibung Easily manage your tabs, organize tabs with groups, save tabs for later use.
Dateigröße 110 KB
Installationsanzahl 16
Aktuelle Version 1.0.4
Letztes Update 2017-10-15
Veröffentlichungsdatum 2017-10-15
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Lemay
E-Mail hi@lemay.cc
Zahlungsart free
Erweiterungswebsite http://nmhnmh.github.io/browser-tab-master
URL der Datenschutzrichtlinien-Seite http://lemay.cc/en/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "version": "1.0.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "event_page.js"
        ],
        "persistent": false
    },
    "homepage_url": "https:\/\/nmhnmh.github.io\/browser-tab-master",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png",
        "512": "icons\/icon_512.png",
        "1024": "icons\/icon_1024.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "64": "icons\/icon_64.png",
            "128": "icons\/icon_128.png",
            "256": "icons\/icon_256.png",
            "512": "icons\/icon_512.png",
            "1024": "icons\/icon_1024.png"
        },
        "default_title": "__MSG_ext_short_name__"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "*.jpg",
        "*.jpeg",
        "*.png",
        "*.gif"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}