Web Annotator
Annotate web's contents
What is Web Annotator?
Web Annotator is a Chrome extension developed by skypia.works, and its main feature is "Annotate web's contents".
Extension Screenshots
Download Web Annotator Extension CRX File
Download Web Annotator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Web Annotator |
ID | jpgclklaljmemibhlabchhhicgmcefog |
Official URL | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
Description | Annotate web's contents |
File Size | 521 KB |
Installation Count | 155 |
Current Version | 2.9 |
Last Updated | 2017-03-03 |
Publish Date | 2017-03-03 |
Rating | 2.50/5 Total 2 Ratings |
Developer | skypia.works |
[email protected] | |
Payment Type | free |
Help Page URL | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
Supported Languages | 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 } |