PDF annotator

PDF annotator for research papers + integrate ML in the future

Apa itu PDF annotator?

PDF annotator adalah ekstensi Chrome yang dikembangkan oleh hectorlow, dan fitur utamanya adalah "PDF annotator for research papers + integrate ML in the future".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi PDF annotator

Unduh file ekstensi PDF annotator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama PDF annotator PDF annotator
ID ebodpdkmmpjcdjejckkpopdgadlcmbpn
URL Resmi https://chromewebstore.google.com/detail/pdf-annotator/ebodpdkmmpjcdjejckkpopdgadlcmbpn
Deskripsi PDF annotator for research papers + integrate ML in the future
Ukuran File 527 KB
Jumlah Instalasi 349
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-03-05
Tanggal Publikasi 2022-02-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang hectorlow
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}