Greek/Latin Word Lookup

Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.

O que é Greek/Latin Word Lookup?

Greek/Latin Word Lookup é uma extensão do Chrome desenvolvida por Greek Latin Word Lookup, e sua principal característica é "Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Greek/Latin Word Lookup

Baixe arquivos de extensão Greek/Latin Word Lookup 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

                        This lightweight extension allows you to quickly look up the definitions of Greek and Latin words directly in the browser using Perseus Digital Library.                    

Informações Básicas da Extensão

Nome Greek/Latin Word Lookup Greek/Latin Word Lookup
ID bepkbeloebkffjopahcjfpapgdffopjc
URL Oficial https://chromewebstore.google.com/detail/greeklatin-word-lookup/bepkbeloebkffjopahcjfpapgdffopjc
Descrição Look up definitions of Greek/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.
Tamanho do Arquivo 49.58 KB
Contagem de Instalações 66
Versão Atual 0.0.0.7
Última Atualização 2021-10-09
Data de Publicação 2021-04-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Greek Latin Word Lookup
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/kailee-p/greek-latin-word-lookup
URL da Página de Ajuda https://github.com/kailee-p/greek-latin-word-lookup
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Greek\/Latin Word Lookup",
    "description": "Look up definitions of Greek\/Latin words conveniently in your browser. Not affiliated with Perseus Digital Library.",
    "version": "0.0.0.7",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Greek\/Latin Word Lookup"
    }
}