Awesome Downloads Button

Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.

Awesome Downloads Button क्या है?

Awesome Downloads Button https://upway2late.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected."।

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

screenshot
screenshot
screenshot

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

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

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

                        It is a shortcut button to open the Chrome downloads page.                    

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

नाम Awesome Downloads Button Awesome Downloads Button
ID hiceefjejhfncfdbkmbhkmibjoegonnk
आधिकारिक URL https://chromewebstore.google.com/detail/awesome-downloads-button/hiceefjejhfncfdbkmbhkmibjoegonnk
विवरण Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.
फ़ाइल का आकार 32.62 KB
स्थापना संख्या 562
वर्तमान संस्करण 1.2.0.0
अंतिम अपडेट 2020-12-08
प्रकाशन तिथि 2016-09-22
रेटिंग 4.45/5 कुल 11 रेटिंग्स
डेवलपर https://upway2late.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.upway2late.com/projects/buttons-project
सहायता पृष्ठ URL http://www.upway2late.com/projects/buttons-project
गोपनीयता नीति पृष्ठ URL http://www.upway2late.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Downloads Button",
    "version": "1.2.0.0",
    "description": "Awesome button to open your Chrome downloads in a new window or tab. If the downloads page is already open, that tab is selected.",
    "icons": {
        "16": "downloads_16.png",
        "48": "downloads_48.png",
        "128": "downloads_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "downloads_19.png",
        "default_title": "Awesome Downloads Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}