TabStash

Group your tabs and open them later.

Cos'è TabStash?

TabStash è un'estensione di Chrome sviluppata da https://browser-extensions.com, e la sua funzione principale è "Group your tabs and open them later.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TabStash

Scarica i file di estensione TabStash in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Group your tabs and open them later.                    

Informazioni di Base sull'Estensione

Nome TabStash TabStash
ID mdeicgkmlobfdddmfplopohhnhkiiicj
URL Ufficiale https://chromewebstore.google.com/detail/tabstash/mdeicgkmlobfdddmfplopohhnhkiiicj
Descrizione Group your tabs and open them later.
Dimensione del File 299 KB
Conteggio Installazioni 16
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-10-27
Data di Pubblicazione 2017-10-27
Sviluppatore https://browser-extensions.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://browser-extensions.com/
Lingue Supportate 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",
        ""
    ]
}