HistoryX
A Chrome extension to enhance your browsing history experience.
HistoryX란 무엇입니까?
HistoryX은(는) Ian L.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome extension to enhance your browsing history experience."입니다.
확장 프로그램 스크린샷
HistoryX 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
HistoryX is the first, and last fully featured history page / viewer you will ever need. It will replace your existing history page with one that is leaner, and expanded with functionality. It is ideal for regular, and power users alike. The former can take advantage of the improved interface, and smooth materialesque browsing experience, while the latter can take advantage of the search, sort, group, and filter features. It is being actively maintained. 100% ad, and tracker-free. *** Powered by React, Redux, and Ant Design. Free, and open source with the MIT license. https://github.com/MrSaints/historyx *** Built with <3 by Ian L. https://www.fyianlai.com/
확장 프로그램 기본 정보
이름 | |
ID | eogcblpflkiminggblnpdhmdkihgceif |
공식 URL | https://chrome.google.com/webstore/detail/historyx/eogcblpflkiminggblnpdhmdkihgceif |
설명 | A Chrome extension to enhance your browsing history experience. |
파일 크기 | 469 KB |
설치 횟수 | 30 |
현재 버전 | 3.1.0 |
최근 업데이트 | 2018-03-15 |
출시 날짜 | 2018-03-15 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Ian L. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.fyianlai.com/2015/09/introducing-historyx-for-chrome/ |
도움말 페이지 URL | https://github.com/MrSaints/historyx |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HistoryX", "description": "A Chrome extension to enhance your browsing history experience.", "version": "3.1.0", "minimum_chrome_version": "31", "icons": { "16": "build\/static\/img\/icon16.png", "48": "build\/static\/img\/icon48.png", "128": "build\/static\/img\/icon128.png" }, "chrome_url_overrides": { "history": "build\/index.html" }, "permissions": [ "history", "bookmarks", "tabs", "chrome:\/\/favicon\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |