Multi Sözlük

Get definitions for Turkish, English, German words through Tureng, TDK, Eksi Sozluk, Urban, Linguee

ما هو Multi Sözlük؟

Multi Sözlük هو إضافة Chrome تم تطويرها بواسطة mtunad، والميزة الرئيسية لها هي "Get definitions for Turkish, English, German words through Tureng, TDK, Eksi Sozluk, Urban, Linguee".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Multi Sözlük

قم بتنزيل ملفات الامتداد Multi Sözlük بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ## Shortcut
By default, you can open extension popup using `Alt+D`. If you want to change it, go to __Keyboard shortcuts__ in the `chrome://extensions` page.

### Permissions:
Extension wants access to all pages & tabs. It is necessary to get selected text on pages & tabs.
---
### Credits
- http://tureng.com (turkish - english translation)
- http://tdk.gov.tr/ (turkish - turkish dictionary)
- https://eksisozluk.com/ (definitions)
- https://www.wordnik.com/ (english audio)
- https://www.linguee.com/ (english - deutsch translation)
- https://www.urbandictionary.com/ (definitions)                    

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

الاسم Multi Sözlük Multi Sözlük
ID dgjbiomnpnpdickhihabccnbhpipddch
عنوان URL الرسمي https://chromewebstore.google.com/detail/multi-s%C3%B6zl%C3%BCk/dgjbiomnpnpdickhihabccnbhpipddch
الوصف Get definitions for Turkish, English, German words through Tureng, TDK, Eksi Sozluk, Urban, Linguee
حجم الملف 709 KB
عدد التثبيتات 2,069
النسخة الحالية 1.0.15
آخر تحديث 2021-04-28
تاريخ النشر 2020-01-11
تقييم 4.80/5 مجموع تقييمات 35
المطور mtunad
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/mtunad/multisozlukextension/
عنوان صفحة المساعدة https://github.com/mtunad/multisozlukextension/issues
عنوان صفحة سياسة الخصوصية https://github.com/mtunad/multisozlukextension/blob/master/PRIVACY.md
اللغات المدعومة en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.15",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/mtunad\/multisozlukextension",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "omnibox": {
        "keyword": "ms"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon-128.png",
            "256": "images\/icon-256.png"
        },
        "default_title": "Multi S\u00f6zl\u00fck",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+D",
                "mac": "Alt+D",
                "chromeos": "Alt+D",
                "linux": "Alt+D"
            }
        }
    }
}