Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
Local Storage Catcher là gì?
Local Storage Catcher là một tiện ích mở rộng Chrome được phát triển bởi jrmarqueshd, và tính năng chính của nó là "A facilitator of access to local storage keys with JSON beautify".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Local Storage Catcher
Tải xuống các tệp mở rộng Local Storage Catcher 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
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Local Storage Catcher |
ID | enabeecjacmdkodgmjmgcnlipjpondbj |
URL Chính Thức | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
Mô tả | A facilitator of access to local storage keys with JSON beautify |
Kích Thước Tệp | 227 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2022-05-23 |
Ngày Phát Hành | 2020-12-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | jrmarqueshd |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } |