Transcriptor

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

ما هو Transcriptor؟

Transcriptor هو إضافة Chrome تم تطويرها بواسطة https://transcriptor.tk، والميزة الرئيسية لها هي "Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Transcriptor

قم بتنزيل ملفات الامتداد Transcriptor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}