Local Storage cleaner
Purge HTML 5 Local Storage and cache.
Local Storage cleanerとは何ですか?
Local Storage cleanerはhttps://jeecookbook.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Purge HTML 5 Local Storage and cache.」です。
拡張機能のスクリーンショット
Local Storage cleaner拡張機能のCRXファイルをダウンロード
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 |
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" ] } |