Select Text To Translate

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

Cos'è Select Text To Translate?

Select Text To Translate è un'estensione di Chrome sviluppata da https://voxuanphong.wordpress.com, e la sua funzione principale è "Học tiếng anh hiệu quả".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Select Text To Translate

Scarica i file di estensione Select Text To Translate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Đâ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ừ.                    

Informazioni di Base sull'Estensione

Nome Select Text To Translate Select Text To Translate
ID ibbjhnljnghjigmiflgkogoindjfnaog
URL Ufficiale https://chrome.google.com/webstore/detail/select-text-to-translate/ibbjhnljnghjigmiflgkogoindjfnaog
Descrizione Học tiếng anh hiệu quả
Dimensione del File 346 KB
Conteggio Installazioni 11
Versione Corrente 0.3
Ultimo Aggiornamento 2017-12-09
Data di Pubblicazione 2017-12-09
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://voxuanphong.wordpress.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}