PDF annotator

PDF annotator for research papers + integrate ML in the future

Qu'est-ce que PDF annotator ?

PDF annotator est une extension Chrome développée par hectorlow, et sa fonction principale est "PDF annotator for research papers + integrate ML in the future".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension PDF annotator

Téléchargez les fichiers d'extension PDF annotator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PDF annotator PDF annotator
ID ebodpdkmmpjcdjejckkpopdgadlcmbpn
URL Officiel https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn
Description PDF annotator for research papers + integrate ML in the future
Taille du Fichier 527 KB
Nombre d'Installations 349
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-03-05
Date de Publication 2022-02-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur hectorlow
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}