PDF annotator
PDF annotator for research papers + integrate ML in the future
Was ist PDF annotator?
PDF annotator ist eine Chrome-Erweiterung, die von hectorlow entwickelt wurde, und ihr Hauptmerkmal ist "PDF annotator for research papers + integrate ML in the future".
Erweiterungsscreenshots
PDF annotator-Erweiterungs-CRX-Datei herunterladen
Laden Sie PDF annotator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | PDF annotator |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Offizielle URL | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Beschreibung | PDF annotator for research papers + integrate ML in the future |
Dateigröße | 527 KB |
Installationsanzahl | 349 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2022-03-05 |
Veröffentlichungsdatum | 2022-02-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | hectorlow |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |