Download Button

Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.

Download Button क्या है?

Download Button https://tejji.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Opens Downloads tab in single click. Simple

Other options....
1. Open from Context Menu
2. Change Icon
3. Add / Remove from context menu

The above options are available via...
Tools --> Extensions --> Download --> Click Options
OR 
Right click icon in toolbar --> Click Options 

Opens in new tab

More extensions at http://tejji.com/browser/chrome/extensions/

Thanks,
http://tejji.com

v1.4
- updated to comply to changes in Chrome web store policies

v1.3
- updated for latest manifest

v1.2 
- Added ability to change the icon to fit to individual needs and themes
- Added context menu shortcut to access Downloads folder from context menu

v1.1 
- Icon updated to show transparent arrow to fit most of the themes                    

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

नाम Download Button Download Button
ID alakoggmijiicdlcjjeakffojoinhlpg
आधिकारिक URL https://chromewebstore.google.com/detail/download-button/alakoggmijiicdlcjjeakffojoinhlpg
विवरण Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.
फ़ाइल का आकार 81.41 KB
स्थापना संख्या 26,420
वर्तमान संस्करण 1.4
अंतिम अपडेट 2018-09-11
प्रकाशन तिथि 2018-09-08
रेटिंग 4.63/5 कुल 513 रेटिंग्स
डेवलपर https://tejji.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tejji.com/
सहायता पृष्ठ URL http://tejji.com/contactus.aspx
गोपनीयता नीति पृष्ठ URL https://tejji.com/privacy.aspx
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Button",
    "version": "1.4",
    "description": "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc.                 ",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_title": "Download Button | Tejji"
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/tejji.com\/"
}