Local Storage Explorer

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

Local Storage Explorerคืออะไร?

Local Storage Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Deliaz และคุณลักษณะหลักของมันคือ "Developer tool for exploring localStorage and sessionStorage which lets you parse values"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Local Storage Explorer

ดาวน์โหลดไฟล์ส่วนขยาย Local Storage Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}