WebDataMaster
Export and import web site data
Τι είναι το WebDataMaster;
Το WebDataMaster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rxliuli, και η κύρια λειτουργία του είναι "Export and import web site data".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WebDataMaster
Λήψη αρχείων επέκτασης WebDataMaster σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
WebDataMaster is a highly efficient and practical Chrome extension that offers users the convenience of importing and exporting local website data, covering various data types such as Cookies, localStorage, sessionStorage, and IndexedDB. Use cases: 1. Data backup and recovery: With WebDataMaster, you can easily back up local website data to prevent accidental loss. If needed, you can restore the backup data to the corresponding website at any time. 2. Debugging and development: WebDataMaster provides convenience for website developers by helping them retrieve local cache when users encounter errors, making it easier to reproduce errors under specific conditions. Usage: 1. Install the WebDataMaster extension 2. On the website, open the right-click menu and select "Export Data" or "Import Data" Limitations: Due to IndexedDB API restrictions, when restoring IndexedDB data, the database and tables must already exist (even if they are empty) in order to complete the recovery.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WebDataMaster |
ID | ifeenaocehipahiagdlnkokbekehooge |
Επίσημο URL | https://chromewebstore.google.com/detail/webdatamaster/ifeenaocehipahiagdlnkokbekehooge |
Περιγραφή | Export and import web site data |
Μέγεθος Αρχείου | 109 KB |
Αριθμός Εγκαταστάσεων | 81 |
Τρέχουσα Έκδοση | 0.2.0 |
Τελευταία Ενημέρωση | 2023-09-06 |
Ημερομηνία Δημοσίευσης | 2023-04-05 |
Προγραμματιστής | rxliuli |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/rxliuli/WebDataMaster |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/rxliuli/WebDataMaster/issues |
URL της Σελίδας Πολιτικής Απορρήτου | https://joplin-utils.rxliuli.com/joplin-search-integration/privacy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebDataMaster", "version": "0.2.0", "description": "Export and import web site data", "action": { "default_popup": "index.html" }, "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/main.ts-loader-4e041da4.js" ], "matches": [ " |