Select Text To Translate

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

Select Text To Translateとは何ですか?

Select Text To Translateはhttps://voxuanphong.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「Học tiếng anh hiệu quả」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Select Text To Translate拡張機能のCRXファイルをダウンロード

Select Text To Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Select Text To Translate Select Text To Translate
ID ibbjhnljnghjigmiflgkogoindjfnaog
公式URL https://chrome.google.com/webstore/detail/select-text-to-translate/ibbjhnljnghjigmiflgkogoindjfnaog
説明 Học tiếng anh hiệu quả
ファイルサイズ 346 KB
インストール数 11
現在のバージョン 0.3
最終更新日 2017-12-09
公開日 2017-12-09
評価 5.00/5 合計 7 レビュー
開発者 https://voxuanphong.wordpress.com
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}