ClearBrowserData
Clear all browser data with one simple click.
什麼是ClearBrowserData?
ClearBrowserData是由JagerWorks開發的Chrome擴展程式,該擴展的主要功能是“Clear all browser data with one simple click.”。
擴展截圖
下載ClearBrowserData擴展crx文件
下載ClearBrowserData擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ClearBrowserData is the fastest way to clear all browser data. With one simple click on the ClearBrowserData icon in the Chrome toolbar you can:
- Clear the browser's history
- Clear the browser's cache
- Clear the browser's cookies
- Clear the browser's list of downloaded files
- Clear the browser's stored form data and passwords
- Clear websites' appcache data
- Clear websites' file system data
- Clear websites' IndexedDB data
- Clear websites' WebSQL data
- Clear websites' local storage data
- Clear plugins' data
Minimum Chrome version: 19
ClearBrowserData doesn't clear hosted app's and extensions' browser data. 擴展基本資訊
| 名稱 | |
| ID | apehfighfmpoieeniallefdeibodgmmb |
| 官方網址 | https://chromewebstore.google.com/detail/clearbrowserdata/apehfighfmpoieeniallefdeibodgmmb |
| 簡介 | Clear all browser data with one simple click. |
| 檔案大小 | 11.66 KB |
| 安裝次數 | 5,139 |
| 目前版本 | 1.1 |
| 更新時間 | 2013-02-23 |
| 上架時間 | 2013-02-23 |
| 評分 | 3.56/5 共 18 次評分 |
| 開發者 | JagerWorks |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ClearBrowserData",
"version": "1.1",
"manifest_version": 2,
"minimum_chrome_version": "19",
"offline_enabled": true,
"description": "Clear all browser data with one simple click.",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_title": "ClearBrowserData 1.1",
"default_popup": "index.html"
},
"permissions": [
"browsingData"
]
} | |