Autohide Downloads Bar
This extension closes the downloads bar after a set amount of time
Apa itu Autohide Downloads Bar?
Autohide Downloads Bar adalah ekstensi Chrome yang dikembangkan oleh Tyler Barron, dan fitur utamanya adalah "This extension closes the downloads bar after a set amount of time".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Autohide Downloads Bar
Unduh file ekstensi Autohide Downloads Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Hides shelf automatically
Informasi Dasar Ekstensi
Nama | Autohide Downloads Bar |
ID | iaefpjibipfaofmigecedfapfgplmplo |
URL Resmi | https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo |
Deskripsi | This extension closes the downloads bar after a set amount of time |
Ukuran File | 14.17 KB |
Jumlah Instalasi | 5,053 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2021-07-27 |
Tanggal Publikasi | 2017-05-22 |
Penilaian | 4.74/5 Total 38 Penilaian |
Pengembang | Tyler Barron |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://tylerbarron.com |
Bahasa yang Didukung | 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" } } |