Vision Translate - Smart highlight translator

A popup translate extension for the visual type.

Vision Translate - Smart highlight translatorとは何ですか?

Vision Translate - Smart highlight translatorはDömötör Albertによって開発されたChromeの拡張機能で、その主な機能は「A popup translate extension for the visual type.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Vision Translate - Smart highlight translator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        • Translates the highlighted text
• Displays image associated with highlighted word in order to make it easier to learn
• Asks in popups about frequently translated words
• Displays context of highlighted text to learn the whole meaning
• Supports over 100 languages
• Detailed, intuitive design

If you like this extension, please share it with your friends, so that it can spread!
This is version 1.1 so there may be bugs which will be fixed in the future.
Proposals and reviews are appreciated!
Uses Google Translate and Pixabay

Made by Albert Dömötör at Vision Software.

- Version 1.1 updates:
Name changed from "Vision Translate" to "Vision Translate - Smart highlight translator", popup doesn't always appear bug fixed.                    

拡張機能の基本情報

名前 Vision Translate - Smart highlight translator Vision Translate - Smart highlight translator
ID aemapjnikiphnefgmocicmlmbdhodkea
公式URL https://chromewebstore.google.com/detail/vision-translate-smart-hi/aemapjnikiphnefgmocicmlmbdhodkea
説明 A popup translate extension for the visual type.
ファイルサイズ 97.14 KB
インストール数 1,902
現在のバージョン 1.1
最終更新日 2019-12-14
公開日 2019-12-13
評価 4.61/5 合計 49 レビュー
開発者 Dömötör Albert
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vision Translate - Smart highlight translator",
    "short_name": "Vision Translate",
    "version": "1.1",
    "description": "A popup translate extension for the visual type.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Vision translate settings",
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third_party\/jquery.js",
                "script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "translate_popup.html",
        "remind_popup.html",
        "*.svg",
        "*.png"
    ]
}