PDF annotator
PDF annotator for research papers + integrate ML in the future
What is PDF annotator?
PDF annotator is a Chrome extension developed by hectorlow, and its main feature is "PDF annotator for research papers + integrate ML in the future".
Extension Screenshots
Download PDF annotator Extension CRX File
Download PDF annotator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | PDF annotator |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Official URL | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Description | PDF annotator for research papers + integrate ML in the future |
File Size | 527 KB |
Installation Count | 349 |
Current Version | 1.1.0 |
Last Updated | 2022-03-05 |
Publish Date | 2022-02-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hectorlow |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |