History Finder
Show the relevant pages in your browsing history while searching on Google or viewing any web page.
History Finder란 무엇입니까?
History Finder은(는) https://peterchen.vc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the relevant pages in your browsing history while searching on Google or viewing any web page."입니다.
확장 프로그램 스크린샷
History Finder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
History Finder This extension will show the relevant browsing history while searching on Google or viewing any webpage. It uses an intelligent algorithm to search your browsing history and can help you to find the important web page you visited before. It also supports a customized list of web site or file type blacklist. Disclaimer: No browsing history is collected or stored remotely. All the history data is queried from Chrome History API hence is only stored and available to your local machine. Update History: v0.6 Fix null error for Google search page About Chromeism.com We are interested in everything about Chrome and Chromebook!
확장 프로그램 기본 정보
이름 | History Finder |
ID | eailembbokjdoehchhlpbhnjlkecgack |
공식 URL | https://chromewebstore.google.com/detail/history-finder/eailembbokjdoehchhlpbhnjlkecgack |
설명 | Show the relevant pages in your browsing history while searching on Google or viewing any web page. |
파일 크기 | 1.14 MB |
설치 횟수 | 455 |
현재 버전 | 0.6 |
최근 업데이트 | 2018-05-22 |
출시 날짜 | 2018-05-21 |
평점 | 4.40/5 총 10 개의 평점 |
개발자 | https://peterchen.vc |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://peterchen.vc/history-finder/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Finder", "short_name": "History Finder", "version": "0.6", "author": "[email protected]", "description": "Show the relevant pages in your browsing history while searching on Google or viewing any web page.", "permissions": [ "history", "tabs", "storage" ], "icons": { "16": "icon\/icon_16.png", "32": "icon\/icon_32.png", "48": "icon\/icon_48.png", "128": "icon\/icon_128.png" }, "page_action": { "default_popup": "popup.html", "default_icon": "icon\/icon_32_gray.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/tools.js", "js\/content.js" ], "run_at": "document_end", "css": [ "css\/table.css" ] } ], "web_accessible_resources": [ "options.html", "icon\/*" ], "background": { "scripts": [ "js\/wordlist.js", "js\/tools.js", "js\/background.js" ] }, "manifest_version": 2 } |