Downloads Button

Quick Button to Chrome Downloads

Downloads Button क्या है?

Downloads Button https://openaddons.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quick Button to Chrome Downloads"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        DESCRIPTION:

This extension will simply add a "Downloads" button to the toolbar. When clicked, it will open the Chrome downloads page (the list of your downloads). That’s all it does, it is not a downloader nor some fancy download manager. It’s just a customizable button.

OPTIONS:

•	Select different icon (useful to make it "fit" your Chrome theme). 
•	Add your own icon if you want to.
•	Add the download button to the context (right-click) menu 
•	Set it to open the downloads list in new tab or in the current tab

To change the settings -- right-click on the extension icon and select "Options".

PERMISSIONS:

This extension needs only the "contextMenus" permission -- this is solely for the option to add the "Downloads" menu item to the context menu                    

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

नाम Downloads Button Downloads Button
ID ohogkbgckjfhmgmfbdabalmggjmjdjmk
आधिकारिक URL https://chromewebstore.google.com/detail/downloads-button/ohogkbgckjfhmgmfbdabalmggjmjdjmk
विवरण Quick Button to Chrome Downloads
फ़ाइल का आकार 20.95 KB
स्थापना संख्या 1,388
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2019-11-07
प्रकाशन तिथि 2019-11-07
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर https://openaddons.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://openaddons.com/
सहायता पृष्ठ URL https://openaddons.com/downloads-button/
गोपनीयता नीति पृष्ठ URL https://openaddons.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/openaddons.com\/",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_icon_hover_text__"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}