Local Storage Explorer

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

Local Storage Explorer là gì?

Local Storage Explorer là một tiện ích mở rộng Chrome được phát triển bởi Deliaz, và tính năng chính của nó là "Developer tool for exploring localStorage and sessionStorage which lets you parse values".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Local Storage Explorer

Tải xuống các tệp mở rộng Local Storage Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Local Storage Explorer Local Storage Explorer
ID hglfomidogadbhelcfomenpieffpfaeb
URL Chính Thức https://chromewebstore.google.com/detail/local-storage-explorer/hglfomidogadbhelcfomenpieffpfaeb
Mô tả Developer tool for exploring localStorage and sessionStorage which lets you parse values
Kích Thước Tệp 246 KB
Số Lần Cài Đặt 4,233
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2020-03-03
Ngày Phát Hành 2020-03-02
Đánh Giá 3.72/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Deliaz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Deliaz/web-storage-explorer
URL Trang Chính Sách Bảo Mật https://clipboardextension.com/policy.html
Ngôn Ngữ Được Hỗ Trợ 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'"
}