AnnotatePro
Annotate Screenshots and make them Interactive
Что такое AnnotatePro?
AnnotatePro - это расширение Chrome, разработанное https://annotatepro.mockflow.com, и его основная функция - "Annotate Screenshots and make them Interactive".
Снимки экрана расширения
Скачать файл CRX расширения AnnotatePro
Скачайте файлы расширений AnnotatePro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
Официальный URL | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
Описание | Annotate Screenshots and make them Interactive |
Размер файла | 129 KB |
Количество установок | 445 |
Текущая Версия | 4.96 |
Последнее Обновление | 2018-05-07 |
Дата публикации | 2018-05-07 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://annotatepro.mockflow.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://mockflow.com/apps/annotatepro |
URL страницы помощи | http://support.mockflow.com |
Поддерживаемые языки | 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": [ " |