Wikitionary word definition lookup

Right Click to lookup definition of selected word in a new Tab using Wikitionary

O que é Wikitionary word definition lookup?

Wikitionary word definition lookup é uma extensão do Chrome desenvolvida por Ashok Koyi, e sua principal característica é "Right Click to lookup definition of selected word in a new Tab using Wikitionary".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wikitionary word definition lookup

Baixe arquivos de extensão Wikitionary word definition 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

                        Wiktionary is a crowd sourced dictionary of terms that contain definitions, images for illustrations, pronunciations, etymologies, inflections, usage examples, quotations, related terms, and translations of words into other languages, among other features. This extension allows users to lookup definitions in Wikitionary                    

Informações Básicas da Extensão

Nome Wikitionary word definition lookup Wikitionary word definition lookup
ID nnkjcjnhnenpjdaekgojkcaaknncmmil
URL Oficial https://chromewebstore.google.com/detail/wikitionary-word-definiti/nnkjcjnhnenpjdaekgojkcaaknncmmil
Descrição Right Click to lookup definition of selected word in a new Tab using Wikitionary
Tamanho do Arquivo 13.59 KB
Contagem de Instalações 70
Versão Atual 0.1.0
Última Atualização 2021-10-15
Data de Publicação 2021-10-15
Desenvolvedor Ashok Koyi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/thekalinga/right-click-wiktionary
URL da Página de Ajuda https://github.com/thekalinga/right-click-wiktionary/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikitionary word definition lookup",
    "version": "0.1.0",
    "description": "Right Click to lookup definition of selected word in a new Tab using Wikitionary",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}