Autohide Downloads Bar

This extension closes the downloads bar after a set amount of time

Autohide Downloads Bar क्या है?

Autohide Downloads Bar Tyler Barron द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension closes the downloads bar after a set amount of time"।

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

screenshot

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

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

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

                        Hides shelf automatically                    

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

नाम Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
आधिकारिक URL https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo
विवरण This extension closes the downloads bar after a set amount of time
फ़ाइल का आकार 14.17 KB
स्थापना संख्या 5,053
वर्तमान संस्करण 1.3
अंतिम अपडेट 2021-07-27
प्रकाशन तिथि 2017-05-22
रेटिंग 4.74/5 कुल 38 रेटिंग्स
डेवलपर Tyler Barron
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://tylerbarron.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autohide Downloads Bar",
    "description": "This extension closes the downloads bar after a set amount of time",
    "version": "1.3",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}