Elogos - Web & PDF Annotation

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

Qu'est-ce que Elogos - Web & PDF Annotation ?

Elogos - Web & PDF Annotation est une extension Chrome développée par elogosuva, et sa fonction principale est "Collaboratively annotate, highlight, and tag web pages and PDF documents.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Elogos - Web & PDF Annotation

Téléchargez les fichiers d'extension Elogos - Web & PDF Annotation 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

                        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.                    

Informations de Base sur l'Extension

Nom Elogos - Web & PDF Annotation Elogos - Web & PDF Annotation
ID hlbjpghkohlmfoghbnijlhipcaploabm
URL Officiel https://chromewebstore.google.com/detail/elogos-web-pdf-annotation/hlbjpghkohlmfoghbnijlhipcaploabm
Description Collaboratively annotate, highlight, and tag web pages and PDF documents.
Taille du Fichier 4.88 MB
Nombre d'Installations 90
Version Actuelle 1.1145.0.7 (UVA Official Build)
Dernière Mise à Jour 2023-10-12
Date de Publication 2023-02-18
Développeur elogosuva
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://elogos.cs.virginia.edu/
URL de la Page de Politique de Confidentialité https://elogos.cs.virginia.edu/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}