AnnotatePro
Annotate Screenshots and make them Interactive
AnnotatePro là gì?
AnnotatePro là một tiện ích mở rộng Chrome được phát triển bởi https://annotatepro.mockflow.com, và tính năng chính của nó là "Annotate Screenshots and make them Interactive".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AnnotatePro
Tải xuống các tệp mở rộng AnnotatePro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AnnotatePro |
ID | ggnchfknjkebijkdlbddehcpgfebapdc |
URL Chính Thức | https://chromewebstore.google.com/detail/annotatepro/ggnchfknjkebijkdlbddehcpgfebapdc |
Mô tả | Annotate Screenshots and make them Interactive |
Kích Thước Tệp | 129 KB |
Số Lần Cài Đặt | 445 |
Phiên Bản Hiện Tại | 4.96 |
Cập Nhật Lần Cuối | 2018-05-07 |
Ngày Phát Hành | 2018-05-07 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://annotatepro.mockflow.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://mockflow.com/apps/annotatepro |
URL Trang Trợ Giúp | http://support.mockflow.com |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |