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".

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

screenshot

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

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

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

                        Get quick and easy access to data saved on localstorage, viewing objects with JSON Beautify formatter.                    

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

Название Local Storage Catcher 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": [
        "*:\/\/*\/*"
    ]
}