Offline Cleaner
This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.
什么是Offline Cleaner?
Offline Cleaner是由Ashier de Leon开发的Chrome扩展程序,该扩展的主要功能是“This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.”。
扩展截图
下载Offline Cleaner扩展crx文件
下载Offline Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will clear out AppCache, LocalStorage, IndexedDB, ServiceWorkers and WebSQL.
扩展基本信息
名称 | Offline Cleaner |
ID | hjfgpfoninbdlfkhlimmjljgelgiljba |
官方URL | https://chromewebstore.google.com/detail/offline-cleaner/hjfgpfoninbdlfkhlimmjljgelgiljba |
简介 | This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL. |
文件大小 | 43.94 KB |
安装次数 | 148 |
当前版本 | 1.4 |
更新时间 | 2016-09-30 |
上架时间 | 2016-09-30 |
评分 | 5.00/5 共3次评分 |
开发者 | Ashier de Leon |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Offline Cleaner", "short_name": "OfflineCleaner", "description": "This extension will clean AppCache, LocalStorage, IndexedDB, ServiceWorker and WebSQL.", "version": "1.4", "browser_action": { "default_title": "Cleanup AppCache", "default_icon": "icons\/icon_128.png", "default_popup": "clean.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "browsingData", "tabs" ] } |