Local Storage cleaner

Purge HTML 5 Local Storage and cache.

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

Local Storage cleaner - это расширение Chrome, разработанное https://jeecookbook.blogspot.com, и его основная функция - "Purge HTML 5 Local Storage and cache.".

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

screenshot

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

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

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

                        Building offline application ?

Need a simple and efficient tool to clean the Local Storage and cache ?
 
This extension is for you !

It allows you to purge HTML 5 Local Storage and cache (JS, ...).

Current Local Storage is erased according to range.

It's very simple and quick : no complex configuration, two clicks only. 

Check my web site for further informations : http://jeecookbook.blogspot.fr/p/chrome.html                    

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

Название Local Storage cleaner Local Storage cleaner
ID bkdbpookjkdkhfmecijgegmjggmnjhme
Официальный URL https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme
Описание Purge HTML 5 Local Storage and cache.
Размер файла 31.32 KB
Количество установок 438
Текущая Версия 1.0
Последнее Обновление 2013-01-26
Дата публикации 2013-01-26
Рейтинг 3.75/5 Всего 4 оценок
Разработчик https://jeecookbook.blogspot.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Local Storage cleaner",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html",
    "description": "Purge HTML 5 Local Storage and cache.",
    "icons": {
        "16": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Purge Local Storage and Cache",
        "default_popup": "popup.html"
    },
    "permissions": [
        "browsingData"
    ]
}