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 mtunad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get definitions for Turkish, English, German words through Tureng, TDK, Eksi Sozluk, Urban, Linguee"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Multi Sözlük एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://github.com/mtunad/multisozlukextension/issues
गोपनीयता नीति पृष्ठ URL 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"
            }
        }
    }
}