PDF annotator
PDF annotator for research papers + integrate ML in the future
Τι είναι το PDF annotator;
Το PDF annotator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hectorlow, και η κύρια λειτουργία του είναι "PDF annotator for research papers + integrate ML in the future".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PDF annotator
Λήψη αρχείων επέκτασης PDF annotator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ebodpdkmmpjcdjejckkpopdgadlcmbpn |
| Επίσημο URL | https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn |
| Περιγραφή | PDF annotator for research papers + integrate ML in the future |
| Μέγεθος Αρχείου | 527 KB |
| Αριθμός Εγκαταστάσεων | 349 |
| Τρέχουσα Έκδοση | 1.1.0 |
| Τελευταία Ενημέρωση | 2022-03-05 |
| Ημερομηνία Δημοσίευσης | 2022-02-03 |
| Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
| Προγραμματιστής | hectorlow |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | 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\/*"
]
}
]
} | |