Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
什麼是Local Storage Catcher?
Local Storage Catcher是由jrmarqueshd開發的Chrome擴展程式,該擴展的主要功能是“A facilitator of access to local storage keys with JSON beautify”。
擴展截圖
下載Local Storage Catcher擴展crx文件
下載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 |
ID | enabeecjacmdkodgmjmgcnlipjpondbj |
官方網址 | 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": [ "*:\/\/*\/*" ] } |