PDF annotator
PDF annotator for research papers + integrate ML in the future
Wat is PDF annotator?
PDF annotator is een Chrome-extensie ontwikkeld door hectorlow, en de belangrijkste functie is "PDF annotator for research papers + integrate ML in the future".
Extensie Screenshots
Download het CRX-bestand van de extensie PDF annotator
Download PDF annotator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
| Officiële URL | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
| Beschrijving | PDF annotator for research papers + integrate ML in the future |
| Bestandsgrootte | 527 KB |
| Aantal Installaties | 349 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2022-03-05 |
| Publicatiedatum | 2022-02-03 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | hectorlow |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |