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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } |