Downloads
Access the folder of the last downloaded file, on click and on completion.
Vad är Downloads?
Downloads är en Chrome-tillägg utvecklad av Jad Helou, och dess huvudfunktion är "Access the folder of the last downloaded file, on click and on completion.".
Tilläggsskärmbilder
Ladda ner Downloads-förlängningens CRX-fil
Ladda ner Downloads-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
Access the folder of the last downloaded file. Opens automatically the folder of the downloaded file when finished. If the file was deleted, the extension opens the default downloads folder. Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar). Opens the downloads history when the the file is in progress.
Grundläggande Information om Tillägg
Namn | Downloads |
ID | lhoaelbjeonfhepipmfnioojpmfaaipf |
Officiell webbadress | https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf |
Beskrivning | Access the folder of the last downloaded file, on click and on completion. |
Filstorlek | 102 KB |
Antal Installationer | 54 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2022-03-28 |
Publiceringsdatum | 2017-08-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Jad Helou |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloads", "version": "1.5", "manifest_version": 3, "description": "Access the folder of the last downloaded file, on click and on completion.", "background": { "service_worker": "background.js" }, "icons": { "64": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_title": "Downloads" }, "permissions": [ "background", "downloads", "downloads.shelf", "contextMenus", "storage" ] } |