Dynamic Language Tools

All in one solution for on page translation, transliteration, keyboard, dictionary and images lookup.

ما هو Dynamic Language Tools؟

Dynamic Language Tools هو إضافة Chrome تم تطويرها بواسطة http://www.syedgakbar.com، والميزة الرئيسية لها هي "All in one solution for on page translation, transliteration, keyboard, dictionary and images lookup.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dynamic Language Tools

قم بتنزيل ملفات الامتداد Dynamic Language Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Dynamic Language Tools is a set of tools for on page translation, transliteration and dictionary and image lookup.

The transliteration feature helps you in reading and writing by converting the roman words to the corresponding language phonetic words. For example, if you type "Shukria", the transliteration to Urdu will convert this to شکریہ . This extension support all the transliteration language pairs support by Google API.

Translation on the other hand is the comprehension of the meaning of a text and the subsequent production of an equivalent text. So far example, if you translate the word "Thanks" from English to the Urdu, it will appear as شکریہ . This extension support all the translation language pairs support by Google API.

The instant dictionary lookup helps you find the definition of the selected word from the WordNet and WordNik dictionaries. One nice feature is that if the selected word is not in English, it's auto transliterated to English and that English word definition is found and displayed. 

An image is sometime worth a thousand words, so there is also an option to lookup the image for the selected word instead of definition. The images are displayed from the Flickr.

Please note that if you are not using Google Chrome, a bookmarklet version of this is also available at:
http://www.syedgakbar.com/products/web/

Version 7.5
- Adds Speech Input & Output Support
- Added Chrome Context Menus for Quick Access                    

معلومات أساسية عن التمديد

الاسم Dynamic Language Tools Dynamic Language Tools
ID jbnobcphncooboncogejlkafgdfllcnb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dynamic-language-tools/jbnobcphncooboncogejlkafgdfllcnb
الوصف All in one solution for on page translation, transliteration, keyboard, dictionary and images lookup.
حجم الملف 319 KB
عدد التثبيتات 1,000
النسخة الحالية 0.7.6
آخر تحديث 2019-04-27
تاريخ النشر 2019-04-27
تقييم 3.92/5 مجموع تقييمات 60
المطور http://www.syedgakbar.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.syedgakbar.com/products/web/
عنوان صفحة المساعدة http://www.syedgakbar.com/products/web/
عنوان صفحة سياسة الخصوصية https://www.syedgakbar.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dynamic Language Tools",
    "version": "0.7.6",
    "description": "All in one solution for on page translation, transliteration, keyboard, dictionary and images lookup. ",
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "options_page": "options.html",
    "page_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_16.png"
        },
        "default_title": "Dynamic Language Tools"
    },
    "web_accessible_resources": [
        "js\/chrome-GoogleAPILoader.js",
        "js\/Ajax.js",
        "pages\/style.css",
        "css\/options.css",
        "css\/stylesheet.css",
        "css\/transliteration.css",
        "images\/ajax-loader.gif",
        "images\/ajax-loader-small.gif",
        "images\/bing-logo.png",
        "images\/box_corner.png",
        "images\/close-box.gif",
        "images\/dictionary_icon.png",
        "images\/format_icon.png",
        "images\/image_icon.png",
        "images\/speech_icon.png",
        "images\/translation_icon.png",
        "images\/transliteration_icon.png",
        "images\/ar.gif",
        "images\/bn.gif",
        "images\/fa.gif",
        "images\/gu.gif",
        "images\/hi.gif",
        "images\/kn.gif",
        "images\/mr.gif",
        "images\/ml.gif",
        "images\/ne.gif",
        "images\/pa.gif",
        "images\/ta.gif",
        "images\/te.gif",
        "images\/ur.gif",
        "images\/ur_a.gif"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_48.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/TransliterationAPI.js",
                "js\/TranslationAPI.js",
                "js\/KeyboardAPI.js",
                "js\/Transliteration.js",
                "js\/GUI.js",
                "js\/DictionaryAPI.js",
                "js\/FlickrAPI.js",
                "js\/LanguageTools.js",
                "js\/chrome-content.js",
                "js\/SpeechAPI.js"
            ],
            "css": [
                "css\/transliteration.css",
                "css\/stylesheet.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}