TabStack
A chrome extension to temporarily store a browser tab and to reopen it later.
Cos'è TabStack?
TabStack è un'estensione di Chrome sviluppata da niehm, e la sua funzione principale è "A chrome extension to temporarily store a browser tab and to reopen it later.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabStack
Scarica i file di estensione TabStack 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
                        TabStack is a small chrome extension to temporarily store a browser tab. When reopened the tab is removed from the stack.
The stored tabs are synchronized between different chrome browsers in which you are logged in.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | cmfjpgcpeelgjenfhmddbdlddogcmpie | 
| URL Ufficiale | https://chromewebstore.google.com/detail/tabstack/cmfjpgcpeelgjenfhmddbdlddogcmpie | 
| Descrizione | A chrome extension to temporarily store a browser tab and to reopen it later. | 
| Dimensione del File | 64.46 KB | 
| Conteggio Installazioni | 131 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2013-07-23 | 
| Data di Pubblicazione | 2013-07-23 | 
| Valutazione | 4.11/5 Totale 9 Valutazioni | 
| Sviluppatore | niehm | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabStack",
    "description": "A chrome extension to temporarily store a browser tab and to reopen it later.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "safe.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}  |  |