Download Tabber

Open downloads in Chrome Downloads tab, rather than bottom bar.

Download Tabber क्या है?

Download Tabber Austin Guevara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open downloads in Chrome Downloads tab, rather than bottom bar."।

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

screenshot

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

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

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

                        Instead of opening the downloads bar, new downloads in Chrome will open 'chrome://downloads' in a new tab, or change focus to the downloads tab if one already exists. Disable download bar, replace with with the beautiful downloads tab.                    

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

नाम Download Tabber Download Tabber
ID ikifbnamadpilmpokncfbhdcbldikbdi
आधिकारिक URL https://chromewebstore.google.com/detail/download-tabber/ikifbnamadpilmpokncfbhdcbldikbdi
विवरण Open downloads in Chrome Downloads tab, rather than bottom bar.
फ़ाइल का आकार 59.44 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2017-09-29
प्रकाशन तिथि 2017-09-28
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर Austin Guevara
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/austin-guevara/chrome-downloads-tabber
सहायता पृष्ठ URL https://github.com/austin-guevara/chrome-downloads-tabber/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Tabber",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Open downloads in Chrome Downloads tab, rather than bottom bar.",
    "homepage_url": "https:\/\/github.com\/austin-guevara\/chrome-downloads-tabber",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Download Tabber"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "tabs"
    ]
}