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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Transcriptor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}