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 |
Eメール | [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" ] } |