Autohide Downloads Bar

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

什麼是Autohide Downloads Bar?

Autohide Downloads Bar是由Tyler Barron開發的Chrome擴展程式,該擴展的主要功能是“This extension closes the downloads bar after a set amount of time”。

擴展截圖

screenshot

下載Autohide Downloads Bar擴展crx文件

下載Autohide Downloads Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hides shelf automatically                    

擴展基本資訊

名稱 Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
官方網址 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"
    }
}