Storage Manager
An extension that manages the contents of LocalStorage and SessionStorage
Storage Managerคืออะไร?
Storage Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mugi และคุณลักษณะหลักของมันคือ "An extension that manages the contents of LocalStorage and SessionStorage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Storage Manager
ดาวน์โหลดไฟล์ส่วนขยาย Storage Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Web Storageの内容を保存 - 観覧中のページに保存済みの内容を適用 - csv形式のダウンロード - csv形式のインポート
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Storage Manager |
ID | aopjkjhphacmpcecfdhcbjfcjhbnhaln |
URL อย่างเป็นทางการ | 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'" } |