QuickClean
Clear ALL Browsing Data by deleting downloads, cached files and browsing history.
QuickCleanとは何ですか?
QuickCleanはGloablikeによって開発されたChromeの拡張機能で、その主な機能は「Clear ALL Browsing Data by deleting downloads, cached files and browsing history.」です。
拡張機能のスクリーンショット
QuickClean拡張機能のCRXファイルをダウンロード
QuickClean拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Need Privacy ? Sharing your computer station with someone else ? This extension will allow you to easily clear ALL Browsing Data by deleting downloads, cached files and browsing history. 拡張機能の基本情報
| 名前 | |
| ID | hcdeoflfbkpmebldjfkemfhjomgjipgn |
| 公式URL | https://chromewebstore.google.com/detail/quickclean/hcdeoflfbkpmebldjfkemfhjomgjipgn |
| 説明 | Clear ALL Browsing Data by deleting downloads, cached files and browsing history. |
| ファイルサイズ | 11.01 KB |
| インストール数 | 6,261 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2015-05-22 |
| 公開日 | 2015-05-22 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | Gloablike |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QuickClean",
"description": "Clear ALL Browsing Data by deleting downloads, cached files and browsing history.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"version": "0.1",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"browsingData"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"commands": {
"clear-browsing-data": {
"suggested_key": {
"default": "Alt+Shift+C"
},
"description": "QuickClean"
}
}
} | |