ResourceDownloader
download all resource of website which you concerned.
Cos'è ResourceDownloader?
ResourceDownloader è un'estensione di Chrome sviluppata da baozilaji, e la sua funzione principale è "download all resource of website which you concerned.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ResourceDownloader
Scarica i file di estensione ResourceDownloader 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
It's an useful tool for users who want to download all kinds of resources of any websites which he/she concerns.
Informazioni di Base sull'Estensione
Nome | |
ID | keemeombengfdfboklkhhbgjpkacciig |
URL Ufficiale | https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig |
Descrizione | download all resource of website which you concerned. |
Dimensione del File | 45 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-06-11 |
Data di Pubblicazione | 2021-06-08 |
Sviluppatore | baozilaji |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/baozilaji/ResourceDownloader |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ResourceDownloader", "version": "0.0.2", "manifest_version": 2, "description": "download all resource of website which you concerned.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "scripts": [ "js\/utils.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "ResourceDownloader", "default_popup": "option.html" }, "permissions": [ "webRequest", "storage", "downloads", "http:\/\/*\/*", "https:\/\/*\/*" ] } |