Local Storage cleaner
Purge HTML 5 Local Storage and cache.
Local Storage cleaner là gì?
Local Storage cleaner là một tiện ích mở rộng Chrome được phát triển bởi https://jeecookbook.blogspot.com, và tính năng chính của nó là "Purge HTML 5 Local Storage and cache.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Local Storage cleaner
Tải xuống các tệp mở rộng Local Storage cleaner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
URL Chính Thức | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
Mô tả | Purge HTML 5 Local Storage and cache. |
Kích Thước Tệp | 31.32 KB |
Số Lần Cài Đặt | 438 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-01-26 |
Ngày Phát Hành | 2013-01-26 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://jeecookbook.blogspot.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |