PDF annotator

PDF annotator for research papers + integrate ML in the future

Co je PDF annotator?

PDF annotator je rozšíření Chrome vyvinuté hectorlow, a jeho hlavní funkcí je „PDF annotator for research papers + integrate ML in the future“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PDF annotator

Stáhněte si soubory rozšíření PDF annotator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PDF annotator PDF annotator
ID ebodpdkmmpjcdjejckkpopdgadlcmbpn
Oficiální URL https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn
Popis PDF annotator for research papers + integrate ML in the future
Velikost souboru 527 KB
Počet instalací 349
Aktuální Verze 1.1.0
Poslední Aktualizace 2022-03-05
Datum Vydání 2022-02-03
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář hectorlow
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}