Local Storage

A browser extension for managing local storage.

ما هو Local Storage؟

Local Storage هو إضافة Chrome تم تطويرها بواسطة Shashika Virajh، والميزة الرئيسية لها هي "A browser extension for managing local storage.".

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

screenshot
screenshot
screenshot

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

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

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

                        Local Storage is a handy Chrome extension that offers a user-friendly interface to view, manage, and manipulate the items in your browser's local storage. Forget about delving into the Console tab every time you need to check on your local storage. This extension provides all the tools you need at your fingertips.                    

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

الاسم Local Storage Local Storage
ID nnlekldijoehomfgfciodmolohhfkfpm
عنوان URL الرسمي https://chromewebstore.google.com/detail/local-storage/nnlekldijoehomfgfciodmolohhfkfpm
الوصف A browser extension for managing local storage.
حجم الملف 143 KB
عدد التثبيتات 631
النسخة الحالية 1.0
آخر تحديث 2023-09-30
تاريخ النشر 2023-09-30
تقييم 5.00/5 مجموع تقييمات 10
المطور Shashika Virajh
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Local Storage",
    "version": "1.0",
    "description": "A browser extension for managing local storage.",
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "extension\/popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extension\/content.js"
            ]
        }
    ]
}