WebDataMaster

Export and import web site data

WebDataMaster क्या है?

WebDataMaster rxliuli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export and import web site data"।

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

screenshot
screenshot

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

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

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

                        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 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": [
                ""
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "src\/assets\/16.png",
        "32": "src\/assets\/32.png",
        "48": "src\/assets\/48.png",
        "128": "src\/assets\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/browser-polyfill-3cad8923.js",
                "assets\/main.ts-78f63942.js"
            ],
            "use_dynamic_url": true
        }
    ]
}