AnnotatePro
Annotate Screenshots and make them Interactive
Vad är AnnotatePro?
AnnotatePro är en Chrome-tillägg utvecklad av https://annotatepro.mockflow.com, och dess huvudfunktion är "Annotate Screenshots and make them Interactive".
Tilläggsskärmbilder
Ladda ner AnnotatePro-förlängningens CRX-fil
Ladda ner AnnotatePro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
Officiell webbadress | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
Beskrivning | Annotate Screenshots and make them Interactive |
Filstorlek | 129 KB |
Antal Installationer | 445 |
Aktuell Version | 4.96 |
Senast Uppdaterad | 2018-05-07 |
Publiceringsdatum | 2018-05-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://annotatepro.mockflow.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://mockflow.com/apps/annotatepro |
Hjälpsida URL | http://support.mockflow.com |
Stödda Språk | 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": [ " |