Download Box
Replace Chrome's downloads shelf with a popup menu to manage your downloads.
Download Box क्या है?
Download Box Matthew Brown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace Chrome's downloads shelf with a popup menu to manage your downloads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download Box एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get rid of Chrome's downloads shelf at the bottom of your screen and replace it with a nice popup in the top bar. Features include: - Pagination - Show-in-folder button - Copy the URL a file came from - Retry failed downloads - File-size and estimated time remaining - Pause in-progress downloads (right click) - Dark theme and Light theme, following system preference - Open source A full changelog for any updates can be found here: https://github.com/matthew-e-brown/download-box/releases
एक्सटेंशन की मूल जानकारी
नाम | Download Box |
ID | khnpnladjopoijohibadononlfbmfhpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/download-box/khnpnladjopoijohibadononlfbmfhpo |
विवरण | Replace Chrome's downloads shelf with a popup menu to manage your downloads. |
फ़ाइल का आकार | 110 KB |
स्थापना संख्या | 1,062 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2022-08-24 |
प्रकाशन तिथि | 2022-02-02 |
रेटिंग | 4.60/5 कुल 5 रेटिंग्स |
डेवलपर | Matthew Brown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/matthew-e-brown/download-box |
सहायता पृष्ठ URL | https://github.com/matthew-e-brown/download-box/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Box", "description": "Replace Chrome's downloads shelf with a popup menu to manage your downloads.", "version": "1.3.0", "manifest_version": 3, "minimum_chrome_version": "88", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" }, "action": { "default_popup": "popup.html", "default_title": "Downloads", "default_icon": { "16": "icons\/16x16.png", "24": "icons\/24x24.png", "32": "icons\/32x32.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "downloads", "downloads.open", "downloads.shelf" ] } |