Local Storage cleaner
Purge HTML 5 Local Storage and cache.
Apa itu Local Storage cleaner?
Local Storage cleaner adalah ekstensi Chrome yang dikembangkan oleh https://jeecookbook.blogspot.com, dan fitur utamanya adalah "Purge HTML 5 Local Storage and cache.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Local Storage cleaner
Unduh file ekstensi Local Storage cleaner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
URL Resmi | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
Deskripsi | Purge HTML 5 Local Storage and cache. |
Ukuran File | 31.32 KB |
Jumlah Instalasi | 438 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2013-01-26 |
Tanggal Publikasi | 2013-01-26 |
Penilaian | 3.75/5 Total 4 Penilaian |
Pengembang | https://jeecookbook.blogspot.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |