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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Storage Manager

قم بتنزيل ملفات الامتداد Storage Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - Web Storageの内容を保存
- 観覧中のページに保存済みの内容を適用
- csv形式のダウンロード
- csv形式のインポート                    

معلومات أساسية عن التمديد

الاسم Storage Manager 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'"
}