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開發的Chrome擴展程式,該擴展的主要功能是“Get definitions for Turkish, English, German words through Tureng, TDK, Eksi Sozluk, Urban, Linguee”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Multi Sözlük擴展crx文件

下載Multi Sözlük擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ## 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
官方網址 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"
            }
        }
    }
}