AnnotatePro
Annotate Screenshots and make them Interactive
Was ist AnnotatePro?
AnnotatePro ist eine Chrome-Erweiterung, die von https://annotatepro.mockflow.com entwickelt wurde, und ihr Hauptmerkmal ist "Annotate Screenshots and make them Interactive".
Erweiterungsscreenshots
AnnotatePro-Erweiterungs-CRX-Datei herunterladen
Laden Sie AnnotatePro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
Offizielle URL | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
Beschreibung | Annotate Screenshots and make them Interactive |
Dateigröße | 129 KB |
Installationsanzahl | 445 |
Aktuelle Version | 4.96 |
Letztes Update | 2018-05-07 |
Veröffentlichungsdatum | 2018-05-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://annotatepro.mockflow.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://mockflow.com/apps/annotatepro |
Hilfeseite URL | http://support.mockflow.com |
Unterstützte Sprachen | 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": [ " |