Local Storage Explorer
Developer tool for exploring localStorage and sessionStorage which lets you parse values
Local Storage Explorerとは何ですか?
Local Storage ExplorerはDeliazによって開発されたChromeの拡張機能で、その主な機能は「Developer tool for exploring localStorage and sessionStorage which lets you parse values」です。
拡張機能のスクリーンショット
Local Storage Explorer拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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'" } |