IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
IndexedDB cleaner là gì?
IndexedDB 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 IndexedDB 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 IndexedDB cleaner
Tải xuống các tệp mở rộng IndexedDB 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 IndexedDB and cache ? This extension is for you ! It allows you to purge HTML 5 IndexedDB and cache (JS, ...). Current IndexedDB is erased and cache purged 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 | IndexedDB cleaner |
ID | bkbkgpcacphidgmpbfcapoillheakfpi |
URL Chính Thức | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi |
Mô tả | Purge HTML 5 IndexedDB and Cache. |
Kích Thước Tệp | 27.13 KB |
Số Lần Cài Đặt | 1,025 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-06-26 |
Ngày Phát Hành | 2013-06-25 |
Đánh Giá | 4.33/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://jeecookbook.blogspot.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://jeecookbook.blogspot.fr/p/chrome.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IndexedDB cleaner", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html", "description": "Purge HTML 5 IndexedDB and Cache.", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Purge IndexedDB and Cache", "default_popup": "popup.html" }, "permissions": [ "browsingData" ] } |