PDF annotator
PDF annotator for research papers + integrate ML in the future
什麼是PDF annotator?
PDF annotator是由hectorlow開發的Chrome擴展程式,該擴展的主要功能是“PDF annotator for research papers + integrate ML in the future”。
擴展截圖
下載PDF annotator擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
| 官方網址 | 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\/*"
]
}
]
} | |