Elogos - Web & PDF Annotation

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

O que é Elogos - Web & PDF Annotation?

Elogos - Web & PDF Annotation é uma extensão do Chrome desenvolvida por elogosuva, e sua principal característica é "Collaboratively annotate, highlight, and tag web pages and PDF documents.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Elogos - Web & PDF Annotation

Baixe arquivos de extensão Elogos - Web & PDF Annotation no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Elogos - Web & PDF Annotation Elogos - Web & PDF Annotation
ID hlbjpghkohlmfoghbnijlhipcaploabm
URL Oficial https://chromewebstore.google.com/detail/elogos-web-pdf-annotation/hlbjpghkohlmfoghbnijlhipcaploabm
Descrição Collaboratively annotate, highlight, and tag web pages and PDF documents.
Tamanho do Arquivo 4.88 MB
Contagem de Instalações 90
Versão Atual 1.1145.0.7 (UVA Official Build)
Última Atualização 2023-10-12
Data de Publicação 2023-02-18
Desenvolvedor elogosuva
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://elogos.cs.virginia.edu/
URL da Página de Política de Privacidade https://elogos.cs.virginia.edu/privacy-policy
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}