Autohide Downloads Bar
This extension closes the downloads bar after a set amount of time
Vad är Autohide Downloads Bar?
Autohide Downloads Bar är en Chrome-tillägg utvecklad av Tyler Barron, och dess huvudfunktion är "This extension closes the downloads bar after a set amount of time".
Tilläggsskärmbilder
Ladda ner Autohide Downloads Bar-förlängningens CRX-fil
Ladda ner Autohide Downloads Bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Hides shelf automatically Grundläggande Information om Tillägg
| Namn | |
| ID | iaefpjibipfaofmigecedfapfgplmplo |
| Officiell webbadress | https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo |
| Beskrivning | This extension closes the downloads bar after a set amount of time |
| Filstorlek | 14.17 KB |
| Antal Installationer | 5,053 |
| Aktuell Version | 1.3 |
| Senast Uppdaterad | 2021-07-27 |
| Publiceringsdatum | 2017-05-22 |
| Betyg | 4.74/5 Totalt 38 Betyg |
| Utvecklare | Tyler Barron |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://tylerbarron.com |
| Stödda Språk | 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"
}
} | |