Select Text To Translate

Học tiếng anh hiệu quả

O que é Select Text To Translate?

Select Text To Translate é uma extensão do Chrome desenvolvida por https://voxuanphong.wordpress.com, e sua principal característica é "Học tiếng anh hiệu quả".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Select Text To Translate

Baixe arquivos de extensão Select Text To Translate 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

                        Đây là ứng dụng học tiếng anh chọn từ để dịch hoặc tra từ, hỗ trợ người dùng việc tìm kiếm từ nhanh mà không phải bật từ điển hay mở các trang web dịch từ.                    

Informações Básicas da Extensão

Nome Select Text To Translate Select Text To Translate
ID ibbjhnljnghjigmiflgkogoindjfnaog
URL Oficial https://chrome.google.com/webstore/detail/select-text-to-translate/ibbjhnljnghjigmiflgkogoindjfnaog
Descrição Học tiếng anh hiệu quả
Tamanho do Arquivo 346 KB
Contagem de Instalações 11
Versão Atual 0.3
Última Atualização 2017-12-09
Data de Publicação 2017-12-09
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://voxuanphong.wordpress.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select Text To Translate",
    "description": "H\u1ecdc ti\u1ebfng anh hi\u1ec7u qu\u1ea3",
    "version": "0.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "background.html"
    },
    "background": {
        "scripts": [
            "scripts\/context.js",
            "js\/libs\/jquery.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "https:\/\/www.googleapis.com\/customsearch\/v1",
        "http:\/\/api.giphy.com\/v1\/gifs\/search*",
        "http:\/\/www.stackoverflow.com\/search*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/libs\/jquery.min.js",
                "features\/dictionary.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}