Local Storage Explorer

Developer tool for exploring localStorage and sessionStorage which lets you parse values

Что такое Local Storage Explorer?

Local Storage Explorer - это расширение Chrome, разработанное Deliaz, и его основная функция - "Developer tool for exploring localStorage and sessionStorage which lets you parse values".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Local Storage Explorer

Скачайте файлы расширений Local Storage Explorer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Local Storage Explorer brings you better ability to explore localStorage and sessionStorage values.
It integrates with DevTools panel and can parse and beautify JSON values. 

Features: 
 – LocalStorage JSON parser & beautifier
 – Shows value type and length
 – Delete keys and clear storage in one click
 – Light and Dark themes based on DevTools colour schemes
 – Adaptive design: comfortable work with a small window size                    

Основная информация о расширении

Название Local Storage Explorer Local Storage Explorer
ID hglfomidogadbhelcfomenpieffpfaeb
Официальный URL https://chromewebstore.google.com/detail/local-storage-explorer/hglfomidogadbhelcfomenpieffpfaeb
Описание Developer tool for exploring localStorage and sessionStorage which lets you parse values
Размер файла 246 KB
Количество установок 4,233
Текущая Версия 1.2.1
Последнее Обновление 2020-03-03
Дата публикации 2020-03-02
Рейтинг 3.72/5 Всего 18 оценок
Разработчик Deliaz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Deliaz/web-storage-explorer
URL страницы политики конфиденциальности https://clipboardextension.com/policy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Storage Explorer",
    "short_name": "LocalStorageX",
    "version": "1.2.1",
    "minimum_chrome_version": "42",
    "description": "Developer tool for exploring localStorage and sessionStorage which lets you parse values",
    "author": "Deliaz",
    "offline_enabled": true,
    "icons": {
        "38": "imgs\/38.png",
        "48": "imgs\/48.png",
        "128": "imgs\/128.png"
    },
    "devtools_page": "loader.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}