Material Design Download Manager
A Material Design of Chrome Download Manager.
Material Design Download Manager क्या है?
Material Design Download Manager Liu Liu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Material Design of Chrome Download Manager."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Material Design Download Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Material Design fork of Chrome Download Manager: https://github.com/prabhat90/DownloadManager
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pffcjaiopnppjiclmfaagojfjjppdcml |
आधिकारिक URL | https://chrome.google.com/webstore/detail/material-design-download/pffcjaiopnppjiclmfaagojfjjppdcml |
विवरण | A Material Design of Chrome Download Manager. |
फ़ाइल का आकार | 602 KB |
स्थापना संख्या | 896 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2015-06-02 |
प्रकाशन तिथि | 2015-06-02 |
रेटिंग | 4.06/5 कुल 32 रेटिंग्स |
डेवलपर | Liu Liu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | de,en,fr,tr,es,it,pl,pt-BR,ru,uk,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "Material Design Download Manager", "description": "A Material Design of Chrome Download Manager.", "version": "1.7", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html" }, "icons": { "128": "icon.png", "64": "icon64.png", "48": "icon48.png", "32": "icon32.png", "24": "icon24.png", "16": "icon16.png" }, "offline_enabled": true, "optional_permissions": [ "management" ], "permissions": [ "downloads", "downloads.open", "downloads.shelf", "clipboardWrite", "clipboardRead", "notifications", "activeTab" ] } |