Local Storage Catcher

A facilitator of access to local storage keys with JSON beautify

Local Storage Catcherคืออะไร?

Local Storage Catcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jrmarqueshd และคุณลักษณะหลักของมันคือ "A facilitator of access to local storage keys with JSON beautify"

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

screenshot

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

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

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

                        Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Local Storage Catcher Local Storage Catcher
ID enabeecjacmdkodgmjmgcnlipjpondbj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj
คำอธิบาย A facilitator of access to local storage keys with JSON beautify
ขนาดไฟล์ 227 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-05-23
วันที่เผยแพร่ 2020-12-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jrmarqueshd
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Local Storage Catcher",
    "description": "A facilitator of access to local storage keys with JSON beautify",
    "version": "2.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "128.png"
        }
    },
    "icons": {
        "128": "128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}