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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [ " |