Tab Queue

Queue tabs for later use!

Cos'è Tab Queue?

Tab Queue è un'estensione di Chrome sviluppata da FullStack, e la sua funzione principale è "Queue tabs for later use!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tab Queue

Scarica i file di estensione Tab Queue 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

                        Found some great videos or articles you want to read later on? Queue them up for later viewing with Tab Queue! Easily save useful and interesting tabs and open them one at a time, wherever you are! 

All saved tabs will be saved to your Chrome account, meaning you can even switch computers and still be able to open them!                    

Informazioni di Base sull'Estensione

Nome Tab Queue Tab Queue
ID abjpbboagegjdkhehcblbaodcedegdce
URL Ufficiale https://chromewebstore.google.com/detail/tab-queue/abjpbboagegjdkhehcblbaodcedegdce
Descrizione Queue tabs for later use!
Dimensione del File 11.42 KB
Conteggio Installazioni 26
Versione Corrente 1
Ultimo Aggiornamento 2017-11-04
Data di Pubblicazione 2017-11-03
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore FullStack
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Queue",
    "description": "Queue tabs for later use!",
    "manifest_version": 2,
    "version": "1",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "storage"
    ]
}