SugeeTrans

1.100

SugeeTransとは何ですか?

SugeeTransはUnknownによって開発されたChromeの拡張機能で、その主な機能は「1.100」です。

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

screenshot

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

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

拡張機能の使用方法

                        구글 번역 API를 이용한
한영, 영한 번역기

일본어 번역을 거쳐
한->일->영
영->일->한
번역 결과를 표시

★★★★★★★★★★★★★★★★★★★★★
구글 번역 API 키를 발급받아
확장프로그램 옵션 페이지에서 입력을 해야 
동작합니다.
★★★★★★★★★★★★★★★★★★★★★

------------------------------------

Korean-English, English-Korean translation
using Google translate API.

Results are displayed with Japanese translation.
Korean-Japanese-English, English-Japanese-Korean

★★★★★★★★★★★★★★★★★★★★★
You must to enter the Google Translate API KEY
on the option page in app
★★★★★★★★★★★★★★★★★★★★★                    

拡張機能の基本情報

名前 SugeeTrans SugeeTrans
ID nfkfcehbdfecopinndajcgpchlbkofjl
公式URL https://chromewebstore.google.com/detail/sugeetrans/nfkfcehbdfecopinndajcgpchlbkofjl
説明 1.100
ファイルサイズ 19.26 KB
インストール数 76
現在のバージョン 1.100
最終更新日 2014-07-03
公開日 2014-07-03
評価 1.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SugeeTrans",
    "version": "1.100",
    "description": "1.100",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "19.png",
        "default_popup": "translate.html"
    }
}