PDF annotator

PDF annotator for research papers + integrate ML in the future

Vad är PDF annotator?

PDF annotator är en Chrome-tillägg utvecklad av hectorlow, och dess huvudfunktion är "PDF annotator for research papers + integrate ML in the future".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner PDF annotator-förlängningens CRX-fil

Ladda ner PDF annotator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn PDF annotator PDF annotator
ID ebodpdkmmpjcdjejckkpopdgadlcmbpn
Officiell webbadress https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn
Beskrivning PDF annotator for research papers + integrate ML in the future
Filstorlek 527 KB
Antal Installationer 349
Aktuell Version 1.1.0
Senast Uppdaterad 2022-03-05
Publiceringsdatum 2022-02-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare hectorlow
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}