PDF annotator
PDF annotator for research papers + integrate ML in the future
PDF annotatorคืออะไร?
PDF annotator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hectorlow และคุณลักษณะหลักของมันคือ "PDF annotator for research papers + integrate ML in the future"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDF annotator
ดาวน์โหลดไฟล์ส่วนขยาย PDF annotator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension to assist in annotating academia with following features. Features: - Create persistent highlights on uploaded pdf files (only in extension) - Add category and code to annotations - View annotations on sidebar - Click on item in sidebar to scroll to annotation location - Export annotations to excel format - Exported excel includes link to open extension and scroll to annotation position Disclaimer: This is an ongoing school project and updates will be made over the next 2 months
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PDF annotator |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
คำอธิบาย | PDF annotator for research papers + integrate ML in the future |
ขนาดไฟล์ | 527 KB |
จำนวนการติดตั้ง | 349 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-03-05 |
วันที่เผยแพร่ | 2022-02-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | hectorlow |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF annotator", "version": "1.1.0", "description": "PDF annotator for research papers + integrate ML in the future", "manifest_version": 3, "background": [], "action": { "default_popup": "popup.html" }, "permissions": [], "web_accessible_resources": [ { "resources": [], "matches": [ "http:\/\/127.0.0.1\/*", "https:\/\/developer.chrome.com\/*" ] } ] } |