Elogos - Web & PDF Annotation

Collaboratively annotate, highlight, and tag web pages and PDF documents.

Apa itu Elogos - Web & PDF Annotation?

Elogos - Web & PDF Annotation adalah ekstensi Chrome yang dikembangkan oleh elogosuva, dan fitur utamanya adalah "Collaboratively annotate, highlight, and tag web pages and PDF documents.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Elogos - Web & PDF Annotation

Unduh file ekstensi Elogos - Web & PDF Annotation 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

                        Evaluating electronic logos (eLogos) is a grading tool for web-based technical reports. It allows instructors to define a custom rubric and apply it while assessing web pages and PDF student submissions.                    

Informasi Dasar Ekstensi

Nama Elogos - Web & PDF Annotation Elogos - Web & PDF Annotation
ID hlbjpghkohlmfoghbnijlhipcaploabm
URL Resmi https://chromewebstore.google.com/detail/elogos-web-pdf-annotation/hlbjpghkohlmfoghbnijlhipcaploabm
Deskripsi Collaboratively annotate, highlight, and tag web pages and PDF documents.
Ukuran File 4.88 MB
Jumlah Instalasi 90
Versi Saat Ini 1.1145.0.7 (UVA Official Build)
Terakhir Diperbarui 2023-10-12
Tanggal Publikasi 2023-02-18
Pengembang elogosuva
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://elogos.cs.virginia.edu/
URL Halaman Kebijakan Privasi https://elogos.cs.virginia.edu/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Elogos - Web & PDF Annotation",
    "short_name": "Elogos",
    "version": "1.1145.0.7",
    "version_name": "1.1145.0.7 (UVA Official Build)",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgfpUzKefjKEoY3WXIwjpMK3aT7X2bceUJNY3KaU7cKFuDkFkFyPxyXwGRRazpGVMfFmMx3W1e6iJIYepVT+92o4Ia26kvstejAiBo1vE4jOD4GpxaWWMMmu16db5HtUt0f7sLab8KYtaaXGQsDDcanriAx3oZSWp+GoDRiUesA8yWy0VpJJMyNNdqYEZu0Be8tmEWsSps3NHtZ0Vx1k9kbPtLL2q5u0PEcQ3ZkNy3pFjoh\/0dRcUYQIlF5bCPh6EQjZ0JRBJrvAiCH5pSH\/EdwzoDChrLYG6Zgz0N3o\/F+Xw\/umDTJ6UrysToYGbnvbj0yG4Ce4HYZ1mUWDIt+udUwIDAQAB",
    "description": "Collaboratively annotate, highlight, and tag web pages and PDF documents.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/hypothes.is\/",
    "incognito": "split",
    "options_ui": {
        "page": "options\/index.html"
    },
    "offline_enabled": false,
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "extension.bundle.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/browser-icon-inactive.png",
            "38": "images\/[email protected]"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/elogos.cs.virginia.edu\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "client\/*",
                "help\/*",
                "pdfjs\/*",
                "pdfjs\/web\/viewer.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}