Transcriptor

Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).

Transcriptor란 무엇입니까?

Transcriptor은(는) https://transcriptor.tk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac)."입니다.

확장 프로그램 스크린샷

screenshot

Transcriptor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Often in the study of the English language is required instantly know transcription unfamiliar word, for example, while reading text on a web page. 

This application for Google Chrome helps to get (phonetic) transcription according to the International Phonetic Alphabet (IPA) and listen to the sound of the word (if the audio file was found).

Please note that this application does not provide translation and usage examples.                    

확장 프로그램 기본 정보

이름 Transcriptor Transcriptor
ID gbpiedjpbenfnocfjpbjnldocgbknbki
공식 URL https://chromewebstore.google.com/detail/transcriptor/gbpiedjpbenfnocfjpbjnldocgbknbki
설명 Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).
파일 크기 298 KB
설치 횟수 4,230
현재 버전 1.5.0
최근 업데이트 2018-01-15
출시 날짜 2018-01-15
평점 3.84/5 총 58 개의 평점
개발자 https://transcriptor.tk
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "manifest_version": 2,
    "version": "1.5.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/ga.js",
            "js\/app.js"
        ]
    },
    "icons": {
        "128": "i\/128.png"
    },
    "browser_action": {
        "default_icon": "i\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "css\/iframe.css"
            ],
            "js": [
                "js\/utils.js",
                "js\/transcriptor.js"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "css\/transcriptor.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}