History Cleaner
Plugin to clear browsing data of Chrome
什麼是History Cleaner?
History Cleaner是由responsivewebdev開發的Chrome擴展程式,該擴展的主要功能是“Plugin to clear browsing data of Chrome”。
下載History Cleaner擴展crx文件
下載History Cleaner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data" and most importantly "history". This will be useful to developers as well normal users. 擴展基本資訊
| 名稱 | |
| ID | bpapaaeaaoiejhimlojglikfdidcelcm |
| 官方網址 | https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm |
| 簡介 | Plugin to clear browsing data of Chrome |
| 檔案大小 | 20.66 KB |
| 安裝次數 | 56 |
| 目前版本 | 1.2 |
| 更新時間 | 2015-11-30 |
| 上架時間 | 2015-11-30 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | responsivewebdev |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "History Cleaner",
"version": "1.2",
"description": "Plugin to clear browsing data of Chrome",
"permissions": [
"browsingData"
],
"browser_action": {
"default_popup": "cleardata.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |