Local Storage
A browser extension for managing local storage.
Local Storageとは何ですか?
Local StorageはShashika Virajhによって開発されたChromeの拡張機能で、その主な機能は「A browser extension for managing local storage.」です。
拡張機能のスクリーンショット
Local Storage拡張機能のCRXファイルをダウンロード
Local Storage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Local Storage is a handy Chrome extension that offers a user-friendly interface to view, manage, and manipulate the items in your browser's local storage. Forget about delving into the Console tab every time you need to check on your local storage. This extension provides all the tools you need at your fingertips.
拡張機能の基本情報
名前 | Local Storage |
ID | nnlekldijoehomfgfciodmolohhfkfpm |
公式URL | https://chromewebstore.google.com/detail/local-storage/nnlekldijoehomfgfciodmolohhfkfpm |
説明 | A browser extension for managing local storage. |
ファイルサイズ | 143 KB |
インストール数 | 631 |
現在のバージョン | 1.0 |
最終更新日 | 2023-09-30 |
公開日 | 2023-09-30 |
評価 | 5.00/5 合計 10 レビュー |
開発者 | Shashika Virajh |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Local Storage", "version": "1.0", "description": "A browser extension for managing local storage.", "permissions": [ "tabs" ], "action": { "default_popup": "extension\/popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ " |