AnnotatePro
Annotate Screenshots and make them Interactive
Co to jest AnnotatePro?
AnnotatePro to rozszerzenie Chrome opracowane przez https://annotatepro.mockflow.com, a jego główną funkcją jest „Annotate Screenshots and make them Interactive”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AnnotatePro
Pobierz pliki rozszerzeń AnnotatePro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
Oficjalny URL | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
Opis | Annotate Screenshots and make them Interactive |
Rozmiar pliku | 129 KB |
Liczba instalacji | 445 |
Aktualna Wersja | 4.96 |
Ostatnia Aktualizacja | 2018-05-07 |
Data Publikacji | 2018-05-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://annotatepro.mockflow.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://mockflow.com/apps/annotatepro |
Adres URL Strony Pomocy | http://support.mockflow.com |
Obsługiwane Języki | 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": [ " |