AnnotatePro
Annotate Screenshots and make them Interactive
What is AnnotatePro?
AnnotatePro is a Chrome extension developed by https://annotatepro.mockflow.com, and its main feature is "Annotate Screenshots and make them Interactive".
Extension Screenshots
Download AnnotatePro Extension CRX File
Download AnnotatePro 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
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.
Extension Basic Information
Name | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
Official URL | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
Description | Annotate Screenshots and make them Interactive |
File Size | 129 KB |
Installation Count | 445 |
Current Version | 4.96 |
Last Updated | 2018-05-07 |
Publish Date | 2018-05-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://annotatepro.mockflow.com |
[email protected] | |
Payment Type | free |
Extension Website | http://mockflow.com/apps/annotatepro |
Help Page URL | http://support.mockflow.com |
Supported Languages | 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": [ " |