Tibetan Dictionary

Select a word on the webpage and open popup to look up in the dictionary

O que é Tibetan Dictionary?

Tibetan Dictionary é uma extensão do Chrome desenvolvida por Kharag Edition, e sua principal característica é "Select a word on the webpage and open popup to look up in the dictionary".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tibetan Dictionary

Baixe arquivos de extensão Tibetan Dictionary 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

                        Simple Tibetan dictionary  plugin that let you look for word meaning by simply entering the word in textbox.                    

Informações Básicas da Extensão

Nome Tibetan Dictionary Tibetan Dictionary
ID adfffbhmkignepdggmlpojjplehfcnma
URL Oficial https://chromewebstore.google.com/detail/tibetan-dictionary/adfffbhmkignepdggmlpojjplehfcnma
Descrição Select a word on the webpage and open popup to look up in the dictionary
Tamanho do Arquivo 2.43 MB
Contagem de Instalações 47
Versão Atual 1.0.1
Última Atualização 2022-08-07
Data de Publicação 2022-08-02
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor Kharag Edition
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension
URL da Página de Ajuda https://github.com/CodingWithTashi/tibetan_dictionary_chrome_extension/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tibetan Dictionary",
    "description": "Select a word on the webpage and open popup to look up in the dictionary",
    "manifest_version": 3,
    "version": "1.0.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "author": "KharagEdition",
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "24": "assets\/icon24.png",
            "32": "assets\/icon32.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}