Select Text To Translate

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

What is Select Text To Translate?

Select Text To Translate is a Chrome extension developed by https://voxuanphong.wordpress.com, and its main feature is "Học tiếng anh hiệu quả".

Extension Screenshots

screenshot
screenshot
screenshot

Download Select Text To Translate Extension CRX File

Download Select Text To Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Select Text To Translate Select Text To Translate
ID ibbjhnljnghjigmiflgkogoindjfnaog
Official URL https://chrome.google.com/webstore/detail/select-text-to-translate/ibbjhnljnghjigmiflgkogoindjfnaog
Description Học tiếng anh hiệu quả
File Size 346 KB
Installation Count 11
Current Version 0.3
Last Updated 2017-12-09
Publish Date 2017-12-09
Rating 5.00/5 Total 7 Ratings
Developer https://voxuanphong.wordpress.com
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}