TabStash

Group your tabs and open them later.

Wat is TabStash?

TabStash is een Chrome-extensie ontwikkeld door https://browser-extensions.com, en de belangrijkste functie is "Group your tabs and open them later.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TabStash

Download TabStash-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

                        Group your tabs and open them later.                    

Basisinformatie over de Extensie

Naam TabStash TabStash
ID mdeicgkmlobfdddmfplopohhnhkiiicj
Officiële URL https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj
Beschrijving Group your tabs and open them later.
Bestandsgrootte 299 KB
Aantal Installaties 16
Huidige Versie 0.0.1
Laatst Bijgewerkt 2017-10-27
Publicatiedatum 2017-10-27
Ontwikkelaar https://browser-extensions.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://browser-extensions.com/
Ondersteunde Talen 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",
        ""
    ]
}