Resources Saver

Save all of a webpage's files while retaining folder structure.

Resources Saverคืออะไร?

Resources Saver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thorium.rocks และคุณลักษณะหลักของมันคือ "Save all of a webpage's files while retaining folder structure."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Resources Saver

ดาวน์โหลดไฟล์ส่วนขยาย Resources Saver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chromium Extension for one click downloading of all webpage resources files while keeping folder structures.

     - Alex313031                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Resources Saver 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
อีเมล [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"
}