Zaqwes Translate

The simplest intext translator (Google Translate). Just select peace of text and open context menu.

Zaqwes Translateとは何ですか?

Zaqwes Translateはvdaによって開発されたChromeの拡張機能で、その主な機能は「The simplest intext translator (Google Translate). Just select peace of text and open context menu.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The simplest intext translator. Just select peace of text and open context menu.

You can customize translated text color, your native and learning language in a extension config page.

Changes

v 0.3.3:
 - added "remove translation" button                    

拡張機能の基本情報

名前 Zaqwes Translate Zaqwes Translate
ID egebhoednokcgohihigbkojpfgofdhak
公式URL https://chrome.google.com/webstore/detail/zaqwes-translate/egebhoednokcgohihigbkojpfgofdhak
説明 The simplest intext translator (Google Translate). Just select peace of text and open context menu.
ファイルサイズ 39.56 KB
インストール数 14
現在のバージョン 0.3.3
最終更新日 2014-08-15
公開日 2014-08-15
評価 5.00/5 合計 3 レビュー
開発者 vda
支払い方法 free
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zaqwes Translate",
    "description": "The simplest intext translator (Google Translate). Just select peace of text and open context menu.",
    "version": "0.3.3",
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "38": "icon_38.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "http:\/\/*\/*.png"
            ],
            "js": [
                "zaqwes-translate-pageScript.js"
            ]
        }
    ],
    "manifest_version": 2
}