Downloads Notification

Move your download list from the fat bottom bar to Chrome Notification Center

Downloads Notification क्या है?

Downloads Notification ethan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Move your download list from the fat bottom bar to Chrome Notification Center"।

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

screenshot
screenshot

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

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

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

                        Hide the fat Download bar at the bottom of the browser window! This super small extension helps you track your downloads in Chrome Notification Center. This extension asks for only two permissions, "manage your downloads" and "open downloaded files".                    

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

नाम Downloads Notification Downloads Notification
ID anjjjfijgdpgeaiaedajhnpkdalegmih
आधिकारिक URL https://chrome.google.com/webstore/detail/downloads-notification/anjjjfijgdpgeaiaedajhnpkdalegmih
विवरण Move your download list from the fat bottom bar to Chrome Notification Center
फ़ाइल का आकार 7.16 KB
स्थापना संख्या 1,312
वर्तमान संस्करण 1.5
अंतिम अपडेट 2014-08-29
प्रकाशन तिथि 2014-08-29
रेटिंग 3.81/5 कुल 32 रेटिंग्स
डेवलपर ethan
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://chrome.google.com/webstore/support/anjjjfijgdpgeaiaedajhnpkdalegmih#question
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloads Notification",
    "description": "Move your download list from the fat bottom bar to Chrome Notification Center",
    "version": "1.5",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "downloads.open",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}