Transcriptor

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

Transcriptor là gì?

Transcriptor là một tiện ích mở rộng Chrome được phát triển bởi https://transcriptor.tk, và tính năng chính của nó là "Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Transcriptor

Tải xuống các tệp mở rộng Transcriptor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Transcriptor Transcriptor
ID gbpiedjpbenfnocfjpbjnldocgbknbki
URL Chính Thức https://chromewebstore.google.com/detail/transcriptor/gbpiedjpbenfnocfjpbjnldocgbknbki
Mô tả Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).
Kích Thước Tệp 298 KB
Số Lần Cài Đặt 4,230
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2018-01-15
Ngày Phát Hành 2018-01-15
Đánh Giá 3.84/5 Tổng số 58 Đánh Giá
Nhà Phát Triển https://transcriptor.tk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}