WebDataMaster
Export and import web site data
Wat is WebDataMaster?
WebDataMaster is een Chrome-extensie ontwikkeld door rxliuli, en de belangrijkste functie is "Export and import web site data".
Extensie Screenshots
Download het CRX-bestand van de extensie WebDataMaster
Download WebDataMaster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WebDataMaster |
ID | ifeenaocehipahiagdlnkokbekehooge |
Officiële URL | https://chromewebstore.google.com/detail/webdatamaster/ifeenaocehipahiagdlnkokbekehooge |
Beschrijving | Export and import web site data |
Bestandsgrootte | 109 KB |
Aantal Installaties | 81 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2023-09-06 |
Publicatiedatum | 2023-04-05 |
Ontwikkelaar | rxliuli |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rxliuli/WebDataMaster |
Help Pagina-URL | https://github.com/rxliuli/WebDataMaster/issues |
URL van de Privacybeleid Pagina | https://joplin-utils.rxliuli.com/joplin-search-integration/privacy.html |
Ondersteunde Talen | 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": [ " |