Tab Queue

Queue tabs for later use!

What is Tab Queue?

Tab Queue is a Chrome extension developed by FullStack, and its main feature is "Queue tabs for later use!".

Extension Screenshots

screenshot

Download Tab Queue Extension CRX File

Download Tab Queue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tab Queue Tab Queue
ID abjpbboagegjdkhehcblbaodcedegdce
Official URL https://chromewebstore.google.com/detail/tab-queue/abjpbboagegjdkhehcblbaodcedegdce
Description Queue tabs for later use!
File Size 11.42 KB
Installation Count 26
Current Version 1
Last Updated 2017-11-04
Publish Date 2017-11-03
Rating 3.00/5 Total 2 Ratings
Developer FullStack
Payment Type free
Supported Languages 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"
    ]
}