Local Storage Explorer

Developer tool for exploring localStorage and sessionStorage which lets you parse values

Local Storage Explorer란 무엇입니까?

Local Storage Explorer은(는) Deliaz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Developer tool for exploring localStorage and sessionStorage which lets you parse values"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Local Storage Explorer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Local Storage Explorer brings you better ability to explore localStorage and sessionStorage values.
It integrates with DevTools panel and can parse and beautify JSON values. 

Features: 
 – LocalStorage JSON parser & beautifier
 – Shows value type and length
 – Delete keys and clear storage in one click
 – Light and Dark themes based on DevTools colour schemes
 – Adaptive design: comfortable work with a small window size                    

확장 프로그램 기본 정보

이름 Local Storage Explorer Local Storage Explorer
ID hglfomidogadbhelcfomenpieffpfaeb
공식 URL https://chromewebstore.google.com/detail/local-storage-explorer/hglfomidogadbhelcfomenpieffpfaeb
설명 Developer tool for exploring localStorage and sessionStorage which lets you parse values
파일 크기 246 KB
설치 횟수 4,233
현재 버전 1.2.1
최근 업데이트 2020-03-03
출시 날짜 2020-03-02
평점 3.72/5 총 18 개의 평점
개발자 Deliaz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Deliaz/web-storage-explorer
개인정보 보호 정책 페이지 URL https://clipboardextension.com/policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Storage Explorer",
    "short_name": "LocalStorageX",
    "version": "1.2.1",
    "minimum_chrome_version": "42",
    "description": "Developer tool for exploring localStorage and sessionStorage which lets you parse values",
    "author": "Deliaz",
    "offline_enabled": true,
    "icons": {
        "38": "imgs\/38.png",
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "devtools_page": "loader.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}