Storage Manager
An extension that manages the contents of LocalStorage and SessionStorage
什麼是Storage Manager?
Storage Manager是由mugi開發的Chrome擴展程式,該擴展的主要功能是“An extension that manages the contents of LocalStorage and SessionStorage”。
擴展截圖
下載Storage Manager擴展crx文件
下載Storage Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Web Storageの内容を保存 - 観覧中のページに保存済みの内容を適用 - csv形式のダウンロード - csv形式のインポート
擴展基本資訊
名稱 | Storage Manager |
ID | aopjkjhphacmpcecfdhcbjfcjhbnhaln |
官方網址 | https://chromewebstore.google.com/detail/storage-manager/aopjkjhphacmpcecfdhcbjfcjhbnhaln |
簡介 | An extension that manages the contents of LocalStorage and SessionStorage |
檔案大小 | 440 KB |
安裝次數 | 89 |
目前版本 | 0.1.0 |
更新時間 | 2021-06-16 |
上架時間 | 2021-06-16 |
開發者 | mugi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mugi111.github.io/storage-manager/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Storage Manager", "version": "0.1.0", "homepage_url": "https:\/\/mugi111.github.io\/storage-manager\/", "description": "An extension that manages the contents of LocalStorage and SessionStorage", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "activeTab", "storage", "downloads" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "storage manager" }, "content_security_policy": "script-src 'self' ; object-src 'self'" } |