WebDataMaster

Export and import web site data

WebDataMaster란 무엇입니까?

WebDataMaster은(는) rxliuli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export and import web site data"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

WebDataMaster 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}