Elogos - Web & PDF Annotation

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

Vad är Elogos - Web & PDF Annotation?

Elogos - Web & PDF Annotation är en Chrome-tillägg utvecklad av elogosuva, och dess huvudfunktion är "Collaboratively annotate, highlight, and tag web pages and PDF documents.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Elogos - Web & PDF Annotation-förlängningens CRX-fil

Ladda ner Elogos - Web & PDF Annotation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Elogos - Web & PDF Annotation Elogos - Web & PDF Annotation
ID hlbjpghkohlmfoghbnijlhipcaploabm
Officiell webbadress https://chromewebstore.google.com/detail/elogos-web-pdf-annotation/hlbjpghkohlmfoghbnijlhipcaploabm
Beskrivning Collaboratively annotate, highlight, and tag web pages and PDF documents.
Filstorlek 4.88 MB
Antal Installationer 90
Aktuell Version 1.1145.0.7 (UVA Official Build)
Senast Uppdaterad 2023-10-12
Publiceringsdatum 2023-02-18
Utvecklare elogosuva
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://elogos.cs.virginia.edu/
URL till Sekretesspolicy Sidan https://elogos.cs.virginia.edu/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}