History AutoDelete
Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History
什麼是History AutoDelete?
History AutoDelete是由CAD Team開發的Chrome擴展程式,該擴展的主要功能是“Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History”。
擴展截圖
下載History AutoDelete擴展crx文件
下載History AutoDelete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Control your history! This extension will let you pick a domain to be auto deleted from history. Useful for any site that likes to spawn a bunch of history entries (ex. Google Maps or Google Translate). Also you choose how long to keep history.
Main Features
- Set any domain's history to be auto deleted
- Import and Export your list of domains
- Keep history for X days (auto delete older history)
- Counts the total number history deleted
- Icon shows you how many times that domain's entries show up in your history
- Clear all history for a domain on demand
- Responsive and Sleek Settings Menu 擴展基本資訊
| 名稱 | |
| ID | bhfakmaiadhflpjloimlagikhodjiefj |
| 官方網址 | https://chromewebstore.google.com/detail/history-autodelete/bhfakmaiadhflpjloimlagikhodjiefj |
| 簡介 | Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History |
| 檔案大小 | 773 KB |
| 安裝次數 | 7,708 |
| 目前版本 | 2.0.2 |
| 更新時間 | 2017-08-16 |
| 上架時間 | 2017-08-16 |
| 評分 | 4.15/5 共 26 次評分 |
| 開發者 | CAD Team |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/mrdokenny/History-AutoDelete/ |
| 說明頁面URL | https://github.com/mrdokenny/History-AutoDelete/issues |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"global_files\/browserDetect.js",
"global_files\/browser-polyfill.js",
"global_files\/redux.js",
"global_files\/redux-thunk.js",
"global_files\/redux-webext.js",
"global_files\/shortid.js",
"backgroundBundle.js"
]
},
"description": "Control Your History! Choose to Auto Delete Certain History and\/or Auto Clean Older History",
"homepage_url": "https:\/\/github.com\/mrdokenny\/History-AutoDelete",
"browser_action": {
"default_icon": {
"24": "icons\/icon_24.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png"
},
"default_title": "History AutoDelete",
"default_popup": "popup\/popup.html"
},
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"options_ui": {
"page": "settings\/settings.html",
"open_in_tab": true
},
"permissions": [
"activeTab",
"history",
"tabs",
"storage",
"alarms"
],
"manifest_version": 2,
"name": "History AutoDelete",
"version": "2.0.2"
} | |