Resources Saver
Save all of a webpage's files while retaining folder structure.
Resources Saver क्या है?
Resources Saver https://thorium.rocks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save all of a webpage's files while retaining folder structure."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Resources Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" } |