Tab Queue

Queue tabs for later use!

Tab Queue क्या है?

Tab Queue FullStack द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Queue tabs for later use!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Queue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Tab Queue Tab Queue
ID abjpbboagegjdkhehcblbaodcedegdce
आधिकारिक URL https://chromewebstore.google.com/detail/tab-queue/abjpbboagegjdkhehcblbaodcedegdce
विवरण Queue tabs for later use!
फ़ाइल का आकार 11.42 KB
स्थापना संख्या 26
वर्तमान संस्करण 1
अंतिम अपडेट 2017-11-04
प्रकाशन तिथि 2017-11-03
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर FullStack
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}