Storage Area Explorer

Simple editor for Storage Area for Chrome Packaged Apps & Extensions

Storage Area Explorerคืออะไร?

Storage Area Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jusio และคุณลักษณะหลักของมันคือ "Simple editor for Storage Area for Chrome Packaged Apps & Extensions"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Storage Area Explorer

ดาวน์โหลดไฟล์ส่วนขยาย Storage Area Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        THIS EXTENSION IS ONLY USEFUL ONLY FOR EXTENSION DEVELOPERS. IF YOU ARE NOT DEVELOPER DO NOT INSTALL EXTENSION,  SINCE IT MIGHT CAUSE SERIOUS INJURIES, PANDEMICS AND WARS. 

Devtools extension which provides GUI for chrome.storage in Chrome Apps & Chrome Extensions.  If you don't know what chrome.storage is, then you don't need this extension. 

To use extension open devtools a navigate to "Storage Area Explorer" tab

report problems on Github(also sources are there as well): https://github.com/jusio/storage-area-explorer

Permissions explanation. 
Extension doesn't access you data in any way, unless you open devtools and click on the tab with Storage Explorer.
Extension doesn't store or transmit any data to other sites.

Detailed permissions explanation.
-copy/paste is required in order to enable import/export directly to clipboard
-all data on your sites - this devtools extension, and therefore when you open devtools, only those pages are accessible
-tabs and browsing history- extension requires tabs permission, but it is only used when devtools are actually opened (permission is needed in order to work with local/session html storage)



Change Log:
*0.4.3
Removed tabs permission
*0.4.2
Fixed clear button not working properly for local/session storages
*0.4.1
Added support for Chrome Hosted Apps
*0.4.0
Added support for HTML5 local&session storage
Bugfixes

*0.3.2
Enabled panel are for chrome extensions with storage permission
Fixed broken import/export of values with newline/tab characters

*0.2.3*
Fixed broken import from clipboard

*0.2.2*
Features:
  New design 
  Added possibility import&export data
  Inline editing
Bug fixes:
  JavaScript error was displayed when inspecting extension without storage permission 


*0.1*
Initial release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Storage Area Explorer Storage Area Explorer
ID ocfjjjjhkpapocigimmppepjgfdecjkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/storage-area-explorer/ocfjjjjhkpapocigimmppepjgfdecjkb
คำอธิบาย Simple editor for Storage Area for Chrome Packaged Apps & Extensions
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2022-03-14
วันที่เผยแพร่ 2016-03-06
คะแนน 4.47/5 รวมทั้งหมด 144 คะแนน
ผู้พัฒนา jusio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jusio/storage-area-explorer
URL หน้าช่วยเหลือ https://github.com/jusio/storage-area-explorer/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Storage Area Explorer",
    "version": "0.4.3",
    "description": "Simple editor for Storage Area for Chrome Packaged Apps & Extensions",
    "devtools_page": "app\/html\/devtoolsBackground.html",
    "background": {
        "persistent": false,
        "scripts": [
            "app\/chrome\/background.js"
        ]
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite",
        ""
    ],
    "manifest_version": 2
}