History Janitor
A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it
什麼是History Janitor?
History Janitor是由Nex開發的Chrome擴展程式,該擴展的主要功能是“A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it”。
擴展截圖
下載History Janitor擴展crx文件
下載History Janitor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
History Janitor is a good way to manage what's showing up in your address bar. Let's say you're starting to type "you" or "red" and some unwanted URLs are showing up... Well, with this extension, you can prevent that by adding the keyword to the blacklist. It will automatically search (every minutes) and delete the URLs that contains any keywords in the blacklist. Suggestions and feedback are welcomed !
擴展基本資訊
名稱 | |
ID | kkaakfpimddpndjdgopjbloioapgmlpa |
官方網址 | https://chrome.google.com/webstore/detail/history-janitor/kkaakfpimddpndjdgopjbloioapgmlpa |
簡介 | A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it |
檔案大小 | 174 KB |
安裝次數 | 111 |
目前版本 | 2.0 |
更新時間 | 2014-02-03 |
上架時間 | 2014-02-03 |
評分 | 3.00/5 共 4 次評分 |
開發者 | Nex |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "History Janitor", "version": "2.0", "author": "Francis Lacoste", "description": "A browser extension that automatically check every minutes if a URL in history contains a specified keywords and then delete it", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "history", "storage", "alarms" ], "options_page": "hj.html", "browser_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png", "19": "img\/icon128.png", "38": "img\/icon128.png" }, "default_title": "History Janitor" } } |