Selection Translator

It's a simple selection translator. No complex UI !

Selection Translatorとは何ですか?

Selection TranslatorはSita'sによって開発されたChromeの拡張機能で、その主な機能は「It's a simple selection translator. No complex UI !」です。

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

screenshot

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

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

拡張機能の使用方法

                        Just select the text and you are done ! This is time saving, fast and simple to use.                    

拡張機能の基本情報

名前 Selection Translator Selection Translator
ID anhalogecnnmbgojhjffbdfimlpemoop
公式URL https://chromewebstore.google.com/detail/selection-translator/anhalogecnnmbgojhjffbdfimlpemoop
説明 It's a simple selection translator. No complex UI !
ファイルサイズ 8.42 KB
インストール数 462
現在のバージョン 0.1.9
最終更新日 2018-09-05
公開日 2018-09-05
評価 4.50/5 合計 2 レビュー
開発者 Sita's
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selection Translator",
    "version": "0.1.9",
    "description": "It's a simple selection translator. No complex UI !",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}