PDF annotator
PDF annotator for research papers + integrate ML in the future
Co to jest PDF annotator?
PDF annotator to rozszerzenie Chrome opracowane przez hectorlow, a jego główną funkcją jest „PDF annotator for research papers + integrate ML in the future”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PDF annotator
Pobierz pliki rozszerzeń PDF annotator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | PDF annotator |
ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Oficjalny URL | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
Opis | PDF annotator for research papers + integrate ML in the future |
Rozmiar pliku | 527 KB |
Liczba instalacji | 349 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2022-03-05 |
Data Publikacji | 2022-02-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | hectorlow |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |