Downloads Button

Provides quick icon access to your Chrome downloads.

Downloads Button क्या है?

Downloads Button Dan Barnett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides quick icon access to your Chrome downloads."।

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

screenshot

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

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

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

                        This is a simple lightweight extension that adds a shortcut button to your browser for quick access to your downloads. It either opens a new tab, or switches to the downloads tab if you already have it open in another tab.

You could nearly accomplish the same thing if you made a bookmark, but this assures you won't open multiple tabs.

See also "Chrome History Button" and "Chrome Extensions Button" from the link below.                    

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

नाम Downloads Button Downloads Button
ID pomlcckbphmgddbhchkpehnfkegaenke
आधिकारिक URL https://chromewebstore.google.com/detail/downloads-button/pomlcckbphmgddbhchkpehnfkegaenke
विवरण Provides quick icon access to your Chrome downloads.
फ़ाइल का आकार 22.55 KB
स्थापना संख्या 10,707
वर्तमान संस्करण 0.2
अंतिम अपडेट 2013-06-18
प्रकाशन तिथि 2013-06-17
रेटिंग 4.38/5 कुल 66 रेटिंग्स
डेवलपर Dan Barnett
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://danbarnett.net/chrome-extensions-history-button-extensions-button-downloads-button-131.html
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_19x19.png"
    },
    "description": "Provides quick icon access to your Chrome downloads.",
    "icons": {
        "128": "images\/icon_128x128.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png"
    },
    "name": "Downloads Button",
    "permissions": [
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2"
}