PathPresenter Screen Recorder
Enables free screen recording with PathPresenter!
PathPresenter Screen Recorder란 무엇입니까?
PathPresenter Screen Recorder은(는) https://pathpresenter.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables free screen recording with PathPresenter!"입니다.
PathPresenter Screen Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enables free screen recording with PathPresenter!
확장 프로그램 기본 정보
이름 | |
ID | hpcclfklbiodojmkemnndidggbmlflmk |
공식 URL | https://chrome.google.com/webstore/detail/pathpresenter-screen-reco/hpcclfklbiodojmkemnndidggbmlflmk |
설명 | Enables free screen recording with PathPresenter! |
파일 크기 | 70.89 KB |
설치 횟수 | 15 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-12-27 |
출시 날짜 | 2017-12-27 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://pathpresenter.net |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://pathpresenter.net/ |
도움말 페이지 URL | https://pathpresenter.net/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Enables free screen recording with PathPresenter!", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon_128x128.png" }, "minimum_chrome_version": "34", "manifest_version": 2, "name": "PathPresenter Screen Recorder", "permissions": [ "desktopCapture", "storage", "tabs", "activeTab" ], "web_accessible_resources": [ "icon.png" ], "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/*.pathpresenter.net\/*" ] } ], "version": "1.1" } |