HarCreator
This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…
HarCreator란 무엇입니까?
HarCreator은(는) https://harviewer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all…"입니다.
확장 프로그램 스크린샷
HarCreator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all page navigations & requests done in the browser. Since this tool is created as part of an extension it DOES NOT have access to response content. It otherwise has access to most request timings and allows to easily track and report browser navigation. This extension is meant to be used alongside http://harviewer.com, which provides HAR analysis functionalities. **HAR files can contain private information and should be reviewed prior to sharing.
확장 프로그램 기본 정보
이름 | HarCreator |
ID | ffpkhdgegphahepginkdcaeojmeciphl |
공식 URL | https://chromewebstore.google.com/detail/harcreator/ffpkhdgegphahepginkdcaeojmeciphl |
설명 | This tool runs as background process that tracks browsing activities in order to create HAR (HTTP Archive) file. It records all… |
파일 크기 | 385 KB |
설치 횟수 | 407 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-12-08 |
출시 날짜 | 2016-12-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://harviewer.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.harviewer.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "HarCreator", "permissions": [ "cookies", "webRequest", "webNavigation", "*:\/\/*\/*", "storage" ], "icons": { "16": "\/media\/harViewer.png", "48": "\/media\/harViewer.png", "128": "\/media\/harViewer.png" }, "browser_action": { "default_icon": "\/media\/harViewer.png", "default_popup": "dist\/build\/browser\/popup\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "lib\/jquery-1.12.3.min.js", "lib\/system-polyfills.js", "lib\/system.js", "lib\/js.cookie.js", "lib\/store.js", "node_modules\/es6-shim\/es6-shim.min.js", "dist\/build\/bootstrap\/bootstrap.js" ] }, "externally_connectable": { "matches": [ "*:\/\/harviewer.com\/*", "*:\/\/localhost\/*" ] } } |