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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| 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\/*"
]
}
]
} | |