AnnotatePro
Annotate Screenshots and make them Interactive
¿Qué es AnnotatePro?
AnnotatePro es una extensión de Chrome desarrollada por https://annotatepro.mockflow.com, y su función principal es "Annotate Screenshots and make them Interactive".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AnnotatePro
Descarga archivos de extensión AnnotatePro en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
URL Oficial | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
Descripción | Annotate Screenshots and make them Interactive |
Tamaño del Archivo | 129 KB |
Cantidad de Instalaciones | 445 |
Versión Actual | 4.96 |
Última Actualización | 2018-05-07 |
Fecha de Publicación | 2018-05-07 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://annotatepro.mockflow.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://mockflow.com/apps/annotatepro |
URL de la Página de Ayuda | http://support.mockflow.com |
Idiomas Soportados | 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": [ " |