Elogos - Web & PDF Annotation

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

Was ist Elogos - Web & PDF Annotation?

Elogos - Web & PDF Annotation ist eine Chrome-Erweiterung, die von elogosuva entwickelt wurde, und ihr Hauptmerkmal ist "Collaboratively annotate, highlight, and tag web pages and PDF documents.".

Erweiterungsscreenshots

screenshot
screenshot

Elogos - Web & PDF Annotation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Elogos - Web & PDF Annotation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Elogos - Web & PDF Annotation Elogos - Web & PDF Annotation
ID hlbjpghkohlmfoghbnijlhipcaploabm
Offizielle URL https://chromewebstore.google.com/detail/elogos-web-pdf-annotation/hlbjpghkohlmfoghbnijlhipcaploabm
Beschreibung Collaboratively annotate, highlight, and tag web pages and PDF documents.
Dateigröße 4.88 MB
Installationsanzahl 90
Aktuelle Version 1.1145.0.7 (UVA Official Build)
Letztes Update 2023-10-12
Veröffentlichungsdatum 2023-02-18
Entwickler elogosuva
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://elogos.cs.virginia.edu/
URL der Datenschutzrichtlinien-Seite https://elogos.cs.virginia.edu/privacy-policy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}