Local Storage Catcher
A facilitator of access to local storage keys with JSON beautify
ما هو Local Storage Catcher؟
Local Storage Catcher هو إضافة Chrome تم تطويرها بواسطة jrmarqueshd، والميزة الرئيسية لها هي "A facilitator of access to local storage keys with JSON beautify".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Local Storage Catcher
قم بتنزيل ملفات الامتداد Local Storage Catcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.
معلومات أساسية عن التمديد
الاسم | Local Storage Catcher |
ID | enabeecjacmdkodgmjmgcnlipjpondbj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/local-storage-catcher/enabeecjacmdkodgmjmgcnlipjpondbj |
الوصف | A facilitator of access to local storage keys with JSON beautify |
حجم الملف | 227 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 2.0.1 |
آخر تحديث | 2022-05-23 |
تاريخ النشر | 2020-12-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | jrmarqueshd |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Storage Catcher", "description": "A facilitator of access to local storage keys with JSON beautify", "version": "2.0.1", "manifest_version": 3, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "128.png" } }, "icons": { "128": "128.png" }, "host_permissions": [ "*:\/\/*\/*" ] } |