Storage Manager
An extension that manages the contents of LocalStorage and SessionStorage
Wat is Storage Manager?
Storage Manager is een Chrome-extensie ontwikkeld door mugi, en de belangrijkste functie is "An extension that manages the contents of LocalStorage and SessionStorage".
Extensie Screenshots
Download het CRX-bestand van de extensie Storage Manager
Download Storage Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Web Storageの内容を保存
- 観覧中のページに保存済みの内容を適用
- csv形式のダウンロード
- csv形式のインポート Basisinformatie over de Extensie
| Naam | |
| ID | aopjkjhphacmpcecfdhcbjfcjhbnhaln |
| Officiële URL | https://chromewebstore.google.com/detail/storage-manager/aopjkjhphacmpcecfdhcbjfcjhbnhaln |
| Beschrijving | An extension that manages the contents of LocalStorage and SessionStorage |
| Bestandsgrootte | 440 KB |
| Aantal Installaties | 89 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2021-06-16 |
| Publicatiedatum | 2021-06-16 |
| Ontwikkelaar | mugi |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://mugi111.github.io/storage-manager/ |
| Ondersteunde Talen | 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'"
} | |