Web Annotator
Annotate web's contents
Web Annotatorคืออะไร?
Web Annotator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skypia.works และคุณลักษณะหลักของมันคือ "Annotate web's contents"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Annotator
ดาวน์โหลดไฟล์ส่วนขยาย Web Annotator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This application aims to improve your efficiency by enabling you to make annotations and notes directly onto a website, also make its searchable in one place so that its became easy to be organized. You can associate to an annotation a temporary comment or a note.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Annotator |
ID | jpgclklaljmemibhlabchhhicgmcefog |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
คำอธิบาย | Annotate web's contents |
ขนาดไฟล์ | 521 KB |
จำนวนการติดตั้ง | 155 |
เวอร์ชันปัจจุบัน | 2.9 |
อัปเดตครั้งล่าสุด | 2017-03-03 |
วันที่เผยแพร่ | 2017-03-03 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | skypia.works |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Annotator", "description": "Annotate web's contents", "version": "2.9", "permissions": [ "activeTab", "tabs", "background", "http:\/\/*\/*", "https:\/\/*\/*", "*:\/\/*\/*", "contextMenus", "storage" ], "background": { "persistent": false, "scripts": [ "js\/background.min.js" ] }, "browser_action": { "default_title": "the extension is not active", "default_icon": { "19": "Resources\/img\/ext-disabled.png", "38": "Resources\/img\/ext-disabled.png" } }, "web_accessible_resources": [ "Resources\/EditSelectionForm.html", "Resources\/NoteDetail.html", "css\/fonts\/glyphicons-halflings-regular.woff2", "css\/fonts\/glyphicons-halflings-regular.woff", "css\/fonts\/glyphicons-halflings-regular.ttf", "css\/fonts\/bootstrap\/glyphicons-halflings-regular.svg", "index.html", "view.html" ], "manifest_version": 2 } |