AnnotatePro
Annotate Screenshots and make them Interactive
AnnotatePro란 무엇입니까?
AnnotatePro은(는) https://annotatepro.mockflow.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Annotate Screenshots and make them Interactive"입니다.
확장 프로그램 스크린샷
AnnotatePro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
AnnotatePro is a full featured annotation tool for illustrating images and creating interactive pictures This chrome extension instantly snaps screenshots and sends it to AnnotatePro editor where you can annotate the image, make it interactive and share the annotation via URL.
확장 프로그램 기본 정보
이름 | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
공식 URL | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
설명 | Annotate Screenshots and make them Interactive |
파일 크기 | 129 KB |
설치 횟수 | 445 |
현재 버전 | 4.96 |
최근 업데이트 | 2018-05-07 |
출시 날짜 | 2018-05-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://annotatepro.mockflow.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mockflow.com/apps/annotatepro |
도움말 페이지 URL | http://support.mockflow.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnnotatePro", "description": "Annotate Screenshots and make them Interactive", "version": "4.96", "minimum_chrome_version": "29", "web_accessible_resources": [ "ui\/*", "images\/*", "js\/internal\/popup\/toolbariframe.js" ], "background": { "scripts": [ "\/js\/internal\/backgroundscript.js" ] }, "browser_action": { "default_icon": "images\/plugin\/icon-32.png", "default_popup": "ui\/popup\/index.html" }, "externally_connectable": { "matches": [ "https:\/\/annotatepro.mockflow.com\/*" ] }, "content_scripts": [ { "matches": [ " |