Local Storage Manager
Manage your local storage variables in one single click. The best extension for devs.
Local Storage Managerとは何ですか?
Local Storage Managerはcaraticar21によって開発されたChromeの拡張機能で、その主な機能は「Manage your local storage variables in one single click. The best extension for devs.」です。
拡張機能のスクリーンショット
Local Storage Manager拡張機能のCRXファイルをダウンロード
Local Storage Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Copy, paste and edit your local storage variables in one single click 拡張機能の基本情報
| 名前 | |
| ID | gblgaabfeickfogegnkagbehmbbnpbnp |
| 公式URL | https://chromewebstore.google.com/detail/local-storage-manager/gblgaabfeickfogegnkagbehmbbnpbnp |
| 説明 | Manage your local storage variables in one single click. The best extension for devs. |
| ファイルサイズ | 109 KB |
| インストール数 | 322 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2023-11-07 |
| 公開日 | 2023-07-31 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | caraticar21 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Local Storage Manager",
"version": "2.0",
"author": "CCAC and DDTG",
"description": "Manage your local storage variables in one single click. The best extension for devs.",
"icons": {
"16": ".\/media\/favicon-16x16.png",
"32": ".\/media\/favicon-32x32.png",
"128": ".\/media\/favicon.png"
},
"permissions": [
"storage",
"scripting",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |