Downloads Button

Simple material design styled downloads button - shortcut to chrome:downloads

Downloads Button क्या है?

Downloads Button edgrd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple material design styled downloads button - shortcut to chrome:downloads"।

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

screenshot

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

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

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

                                            

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

नाम Downloads Button Downloads Button
ID bkklakohoopldjemonegiljanblejcoi
आधिकारिक URL https://chrome.google.com/webstore/detail/downloads-button/bkklakohoopldjemonegiljanblejcoi
विवरण Simple material design styled downloads button - shortcut to chrome:downloads
फ़ाइल का आकार 3.74 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2017-07-06
प्रकाशन तिथि 2017-07-06
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर edgrd
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "button.png",
        "default_title": "Downloads"
    },
    "icons": {
        "48": "button.png"
    },
    "description": "Simple material design styled downloads button - shortcut to chrome:downloads",
    "name": "Downloads Button",
    "permissions": [
        "tabs"
    ],
    "version": "1.2.4",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}