PDF annotator
PDF annotator for research papers + integrate ML in the future
Cos'è PDF annotator?
PDF annotator è un'estensione di Chrome sviluppata da hectorlow, e la sua funzione principale è "PDF annotator for research papers + integrate ML in the future".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDF annotator
Scarica i file di estensione PDF annotator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | PDF annotator |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
URL Ufficiale | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Descrizione | PDF annotator for research papers + integrate ML in the future |
Dimensione del File | 527 KB |
Conteggio Installazioni | 349 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2022-03-05 |
Data di Pubblicazione | 2022-02-03 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | hectorlow |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |