GetSet Local Storage & Session Storage

Get all the Local/Session Storage values of one domain and set all those values in other domain's local/session storage.

GetSet Local Storage & Session Storage란 무엇입니까?

GetSet Local Storage & Session Storage은(는) vinay.dasari.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get all the Local/Session Storage values of one domain and set all those values in other domain's local/session storage."입니다.

확장 프로그램 스크린샷

GetSet Local Storage & Session Storage 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will let the developers get the local/session storage values of any domain (dev/staging/prod) and set those values into any other domain's local/session storage.

For example, getting the local/session storage values from dev/staging urls and setting those values into the localhost's local/session storage.

Please follow the steps: 
1. Visit the domain URL from where you want to get all the local/session storage values. 
2. Open the extension and click "Get" below Local Storage/Session Storage respectively. You'll see the feedback text "All the local/session storage values are retrieved." 
3. Now visit the domain URL (for example, localhost:3000) where you want to set all the above retrieved local/session storage values in the local storage.
4. Open the extension and click "Set" below Local Storage/Session Storage respectively. You'll see the feedback text "All the retrieved local/session storage values are set." Now you can find all the values stored in the local/session storage.
5. Similarly, you can also clear the local/session storage values for any domain.                    

확장 프로그램 기본 정보

이름 GetSet Local Storage & Session Storage GetSet Local Storage & Session Storage
ID ippidodkgapkblnaegmgjhdflkbonoco
공식 URL https://chromewebstore.google.com/detail/getset-local-storage-sess/ippidodkgapkblnaegmgjhdflkbonoco
설명 Get all the Local/Session Storage values of one domain and set all those values in other domain's local/session storage.
파일 크기 13.58 KB
설치 횟수 731
현재 버전 0.2.0
최근 업데이트 2022-12-25
출시 날짜 2022-10-24
평점 4.50/5 총 8 개의 평점
개발자 vinay.dasari.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/VinayDasari07/GetSet-Local-Storage-chrome-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GetSet Local Storage & Session Storage",
    "version": "0.2.0",
    "description": "Get all the Local\/Session Storage values of one domain and set all those values in other domain's local\/session storage.",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "GetSet Local Storage & Session Storage",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/favicon16x16.png",
        "32": "images\/favicon32x32.png",
        "64": "images\/favicon64x64.png",
        "128": "images\/favicon128x128.png"
    },
    "manifest_version": 3
}