Recent Download
Manage users' recent downloaded items!
Cos'è Recent Download?
Recent Download è un'estensione di Chrome sviluppata da https://www.windows10mycomputer.com, e la sua funzione principale è "Manage users' recent downloaded items!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Recent Download
Scarica i file di estensione Recent Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Rencent Download enhanced version, you can sort and view files, and you can share to mobile phone (only support windows 10, you need to download UWP version of my computer).
Informazioni di Base sull'Estensione
Nome | Recent Download |
ID | abmbeknhkchhaalbjkbehhfbibcmogbe |
URL Ufficiale | https://chromewebstore.google.com/detail/recent-download/abmbeknhkchhaalbjkbehhfbibcmogbe |
Descrizione | Manage users' recent downloaded items! |
Dimensione del File | 247 KB |
Conteggio Installazioni | 960 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2018-11-28 |
Data di Pubblicazione | 2018-11-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.windows10mycomputer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.windows10mycomputer.com |
Lingue Supportate | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recent Download", "version": "0.1.1", "manifest_version": 2, "default_locale": "zh_CN", "description": "Manage users' recent downloaded items!", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Recent Download", "default_popup": "defult.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "downloads", "downloads.open", "downloads.shelf" ] } |