ResourceDownloader
download all resource of website which you concerned.
What is ResourceDownloader?
ResourceDownloader is a Chrome extension developed by baozilaji, and its main feature is "download all resource of website which you concerned.".
Extension Screenshots
Download ResourceDownloader Extension CRX File
Download ResourceDownloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It's an useful tool for users who want to download all kinds of resources of any websites which he/she concerns.
Extension Basic Information
Name | |
ID | keemeombengfdfboklkhhbgjpkacciig |
Official URL | https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig |
Description | download all resource of website which you concerned. |
File Size | 45 KB |
Installation Count | 36 |
Current Version | 0.0.2 |
Last Updated | 2021-06-11 |
Publish Date | 2021-06-08 |
Developer | baozilaji |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/baozilaji/ResourceDownloader |
Supported Languages | 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:\/\/*\/*" ] } |