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": [ " |