History Manager
Manage your history better
History Manager란 무엇입니까?
History Manager은(는) XSpace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage your history better"입니다.
확장 프로그램 스크린샷
History Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# Smart History Smart History is a chrome extension about history management with pretty user interfaces. Besides basic operations, Smart History provides rich options to acquire a much more delicate searching and listing result. # Features - A popup window to show histories briefly by clicking the black feather icon. - By clicking the "History" title on the popup window, there will be a main interface that can search, delete, hide and group local browser histories - Search history records by both keyword and date - Group local browser history records by domain name and hid some history records specified by the user to reduce the redundancy of showing records significantly - Highlight important websites where users executed “copy” operations - Produced statistics about the hit rate and stay time of different websites with vivid charts
확장 프로그램 기본 정보
이름 | History Manager |
ID | ifekbbngjjcachfekcpeejphmkeckged |
공식 URL | https://chromewebstore.google.com/detail/history-manager/ifekbbngjjcachfekcpeejphmkeckged |
설명 | Manage your history better |
파일 크기 | 648 KB |
설치 횟수 | 14,296 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-03-29 |
출시 날짜 | 2018-03-29 |
평점 | 3.13/5 총 39 개의 평점 |
개발자 | XSpace |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Manager", "version": "1.0", "short_name": "History", "description": "Manage your history better", "permissions": [ "tabs", "history", "chrome:\/\/favicon\/", "storage", "bookmarks" ], "browser_action": { "default_popup": "html\/popup.html", "default_icon": "imgs\/icon.png" }, "chrome_url_overrides": { "history": "html\/history.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/jquery-3.1.1.min.js", "js\/copy_detect.js" ] } ], "manifest_version": 2 } |