LocalForage Explorer
A chrome extension for viewing/editing localforage data stores.
ما هو LocalForage Explorer؟
LocalForage Explorer هو إضافة Chrome تم تطويرها بواسطة Jeremy Gillick، والميزة الرئيسية لها هي "A chrome extension for viewing/editing localforage data stores.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة LocalForage Explorer
قم بتنزيل ملفات الامتداد LocalForage Explorer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you use localForage for your website, this extension makes it easy to view, edit, and add localForage items right from a new devtools panel. Even if your bundler does not attach localforage to the window object, this extension works just fine by using it's own copy.
معلومات أساسية عن التمديد
الاسم | |
ID | nebnfengdjloaaacibpdnjmahkobfeoe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/localforage-explorer/nebnfengdjloaaacibpdnjmahkobfeoe |
الوصف | A chrome extension for viewing/editing localforage data stores. |
حجم الملف | 292 KB |
عدد التثبيتات | 282 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-06-05 |
تاريخ النشر | 2020-06-05 |
المطور | Jeremy Gillick |
نوع الدفع | free |
موقع الإضافة | https://github.com/jgillick/LocalForageExplorer |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LocalForage Explorer", "description": "A chrome extension for viewing\/editing localforage data stores.", "author": "Jeremy Gillick", "version": "1.0.0", "version_name": "1.0.0", "devtools_page": "devtools-panel\/index.html", "content_scripts": [ { "matches": [ " |