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 擴展基本資訊
| 名稱 | |
| ID | nlfcijlhljpenllloeheihmhoobeefpc |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |