SugeeTrans

1.100

What is SugeeTrans?

SugeeTrans is a Chrome extension developed by Unknown, and its main feature is "1.100".

Extension Screenshots

screenshot

Download SugeeTrans Extension CRX File

Download SugeeTrans extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        구글 번역 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
★★★★★★★★★★★★★★★★★★★★★                    

Extension Basic Information

Name SugeeTrans SugeeTrans
ID nfkfcehbdfecopinndajcgpchlbkofjl
Official URL https://chromewebstore.google.com/detail/sugeetrans/nfkfcehbdfecopinndajcgpchlbkofjl
Description 1.100
File Size 19.26 KB
Installation Count 76
Current Version 1.100
Last Updated 2014-07-03
Publish Date 2014-07-03
Rating 1.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}