TabStash

Group your tabs and open them later.

Was ist TabStash?

TabStash ist eine Chrome-Erweiterung, die von https://browser-extensions.com entwickelt wurde, und ihr Hauptmerkmal ist "Group your tabs and open them later.".

Erweiterungsscreenshots

screenshot

TabStash-Erweiterungs-CRX-Datei herunterladen

Laden Sie TabStash-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

                        Group your tabs and open them later.                    

Grundlegende Informationen zur Erweiterung

Name TabStash TabStash
ID mdeicgkmlobfdddmfplopohhnhkiiicj
Offizielle URL https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj
Beschreibung Group your tabs and open them later.
Dateigröße 299 KB
Installationsanzahl 16
Aktuelle Version 0.0.1
Letztes Update 2017-10-27
Veröffentlichungsdatum 2017-10-27
Entwickler https://browser-extensions.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://browser-extensions.com/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "0.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "history",
        "tabCapture",
        "tabs",
        "topSites",
        "storage",
        "unlimitedStorage",
        ""
    ]
}