Save All Resources

Save all resources files with retaining folder structure.

Save All Resources क्या है?

Save All Resources singhashok61619 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save all resources files with retaining folder structure."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save All Resources एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Chrome Extension for one click downloading all resources files and keeping folder structures.

*** ResourceSaver tab wont be available in devtool panel while your current tab is on url https://chrome.google.com/* ***

*** Please note, this ext is a resources collector, not a website downloader, so it won't do the job that you can run the website locally ***

Update Information: 

     2.0.6: Update icon

     2.0.5: Bug fixes

     2.0.4: Incognito mode quick fix

     2.0.3: Add version switcher (including legacy versions such as 0.1.8 0.1.9)

     2.0.2: Bug fixes for content blob promise

     2.0.1: Refactor UI

     -----------------------------------------------------------------------------------

     0.1.9: Add download list

     0.1.8: fixed zip file uncompressing with missing path issue in Windows

     0.1.7: fixed Url to Path converting bug

     0.1.6: getContent async problems fixed (turned all into sync before downloading)

     0.1.5: Fix XHRs getContent issue, resolve XHRs filenames, add getContent timeout & 'No Content' option

     0.1.4: Change download file name into corresponding domain name instead of 'all.zip'

     0.1.3: Downloading issue potential fix

     0.1.2: File extension detector bug fixes.

     0.1.1: Added beautify code option (js-beautify) for JS,HTML,CSS fetching.

     0.1.0: Unicode file path/name compatibility.

     0.0.9: Add a compressing option that fetch all resources from browser-cache, compress(zip.js) & download at once. Thanks to @shanligang for contribution.

     0.0.8: Continue download on chrome runtime error, bug fixes, violating path fixes.

     0.0.7: Bug fixes.

     0.0.6: Filepath bug fixes.

     0.0.5: Improve stabitility. Bug fixes.

     0.0.4: Including download for assests by XHR requests.

     0.0.3: Bug Fixes.

     0.0.2: Extension now re-fetchs resource contents from browser-cache in order to improve speed & stability.                    

एक्सटेंशन की मूल जानकारी

नाम Save All Resources Save All Resources
ID abpdnfjocnmdomablahdcfnoggeeiedb
आधिकारिक URL https://chromewebstore.google.com/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb
विवरण Save all resources files with retaining folder structure.
फ़ाइल का आकार 4.73 MB
स्थापना संख्या 300,000
वर्तमान संस्करण 2.0.6
अंतिम अपडेट 2023-12-14
प्रकाशन तिथि 2019-06-03
रेटिंग 4.70/5 कुल 294 रेटिंग्स
डेवलपर singhashok61619
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save All Resources",
    "version": "2.0.6",
    "description": "Save all resources files with retaining folder structure.",
    "author": "up209d",
    "homepage_url": "https:\/\/github.com\/up209d\/ResourcesSaverExt",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Save All Resources",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "downloads",
        "downloads.shelf"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "devtools_page": "devtool.html",
    "manifest_version": 3
}