Resources Saver
Save all of a webpage's files while retaining folder structure.
Resources Saverとは何ですか?
Resources Saverはhttps://thorium.rocksによって開発されたChromeの拡張機能で、その主な機能は「Save all of a webpage's files while retaining folder structure.」です。
拡張機能のスクリーンショット
Resources Saver拡張機能のCRXファイルをダウンロード
Resources Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chromium Extension for one click downloading of all webpage resources files while keeping folder structures. - Alex313031
拡張機能の基本情報
名前 | Resources Saver |
ID | nlfcijlhljpenllloeheihmhoobeefpc |
公式URL | https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc |
説明 | Save all of a webpage's files while retaining folder structure. |
ファイルサイズ | 351 KB |
インストール数 | 7,283 |
現在のバージョン | 0.2.2 |
最終更新日 | 2023-04-19 |
公開日 | 2022-08-11 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://thorium.rocks |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Alex313031/Resources-Saver |
ヘルプページのURL | https://github.com/Alex313031/Resources-Saver/issues |
プライバシーポリシーページのURL | https://thorium.rocks/COC.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resources Saver", "short_name": "Resources Saver", "manifest_version": 3, "version": "0.2.2", "version_name": "0.2.2", "offline_enabled": true, "minimum_chrome_version": "88", "description": "Save all of a webpage's files while retaining folder structure.", "author": "Alex313031", "homepage_url": "https:\/\/github.com\/Alex313031\/Resources-Saver", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_title": "Resources Saver", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "downloads", "downloads.shelf" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "ftp:\/\/*\/", "file:\/\/*\/", "*:\/\/*\/*" ], "devtools_page": "devtools.html" } |