Downloads Button
Easily open downloads in a new tab via the toolbar button.
Downloads Button क्या है?
Downloads Button Jorvi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily open downloads in a new tab via the toolbar button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Downloads Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Downloads Button is a simple, easy-to-use and lite addon that helps you open downloads tab as quickly as possible with just one click. a. Adds a toolbar button to open downloads page in a new tab. b. Adds a context menu item to open downloads page (similar to toolbar button). c. If downloads tab is already open, clicking on the toolbar button will only reload the tab. d. You can still open downloads tab with (Ctrl+J) hotkey. Note: to report bugs, please fill the bug report form in the addon's homepage (https://mybrowseraddon.com/downloads-button.html).
एक्सटेंशन की मूल जानकारी
नाम | Downloads Button |
ID | lgoanegcmpbjkigpclkemagmkfmecmij |
आधिकारिक URL | https://chromewebstore.google.com/detail/downloads-button/lgoanegcmpbjkigpclkemagmkfmecmij |
विवरण | Easily open downloads in a new tab via the toolbar button. |
फ़ाइल का आकार | 10.09 KB |
स्थापना संख्या | 1,828 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2023-11-29 |
प्रकाशन तिथि | 2019-04-02 |
रेटिंग | 4.33/5 कुल 9 रेटिंग्स |
डेवलपर | Jorvi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/downloads-button.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/downloads-button.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "name": "Downloads Button", "homepage_url": "https:\/\/mybrowseraddon.com\/downloads-button.html", "description": "Easily open downloads in a new tab via the toolbar button.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "action": { "default_title": "Downloads Button", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |