Web Annotator
Annotate web's contents
Web Annotator란 무엇입니까?
Web Annotator은(는) skypia.works에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Annotate web's contents"입니다.
확장 프로그램 스크린샷
Web Annotator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This application aims to improve your efficiency by enabling you to make annotations and notes directly onto a website, also make its searchable in one place so that its became easy to be organized. You can associate to an annotation a temporary comment or a note.
확장 프로그램 기본 정보
이름 | Web Annotator |
ID | jpgclklaljmemibhlabchhhicgmcefog |
공식 URL | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
설명 | Annotate web's contents |
파일 크기 | 521 KB |
설치 횟수 | 155 |
현재 버전 | 2.9 |
최근 업데이트 | 2017-03-03 |
출시 날짜 | 2017-03-03 |
평점 | 2.50/5 총 2 개의 평점 |
개발자 | skypia.works |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Annotator", "description": "Annotate web's contents", "version": "2.9", "permissions": [ "activeTab", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", "contextMenus", "storage" ], "background": { "persistent": false, "scripts": [ "js\/background.min.js" ] }, "browser_action": { "default_title": "the extension is not active", "default_icon": { "19": "Resources\/img\/ext-disabled.png", "38": "Resources\/img\/ext-disabled.png" } }, "web_accessible_resources": [ "Resources\/EditSelectionForm.html", "Resources\/NoteDetail.html", "css\/fonts\/glyphicons-halflings-regular.woff2", "css\/fonts\/glyphicons-halflings-regular.woff", "css\/fonts\/glyphicons-halflings-regular.ttf", "css\/fonts\/bootstrap\/glyphicons-halflings-regular.svg", "index.html", "view.html" ], "manifest_version": 2 } |