Download Manager Button
Browser Action Download Manager User Interface for Google Chrome
Download Manager Button क्या है?
Download Manager Button [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser Action Download Manager User Interface for Google Chrome"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download Manager Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This browser action button displays total download progress. The browser action popup allows pausing, resuming, canceling, opening, erasing, retrying, and searching for downloads, accepting dangerous downloads, opening the download's referrer, removing the file, and showing the file in its folder. This is a demo extension to showcase the potential of the new chrome.downloads API.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jglgknilkoejnnjngnmoobbhdckpdmem |
आधिकारिक URL | https://chrome.google.com/webstore/detail/download-manager-button/jglgknilkoejnnjngnmoobbhdckpdmem |
विवरण | Browser Action Download Manager User Interface for Google Chrome |
फ़ाइल का आकार | 19.44 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-11-14 |
प्रकाशन तिथि | 2013-11-14 |
रेटिंग | 3.87/5 कुल 54 रेटिंग्स |
डेवलपर | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0", "minimum_chrome_version": "31.0.1650", "manifest_version": 2, "description": "__MSG_extDesc__", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "default_locale": "en", "optional_permissions": [ "management" ], "permissions": [ "downloads", "downloads.open", "downloads.shelf", "tabs" ] } |