Multi Sözlük

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

Multi Sözlük là gì?

Multi Sözlük là một tiện ích mở rộng Chrome được phát triển bởi mtunad, và tính năng chính của nó là "Get definitions for Turkish, English, German words through Tureng, TDK, Eksi Sozluk, Urban, Linguee".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Multi Sözlük

Tải xuống các tệp mở rộng Multi Sözlük dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ## 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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Multi Sözlük Multi Sözlük
ID dgjbiomnpnpdickhihabccnbhpipddch
URL Chính Thức https://chromewebstore.google.com/detail/multi-s%C3%B6zl%C3%BCk/dgjbiomnpnpdickhihabccnbhpipddch
Mô tả Get definitions for Turkish, English, German words through Tureng, TDK, Eksi Sozluk, Urban, Linguee
Kích Thước Tệp 709 KB
Số Lần Cài Đặt 2,069
Phiên Bản Hiện Tại 1.0.15
Cập Nhật Lần Cuối 2021-04-28
Ngày Phát Hành 2020-01-11
Đánh Giá 4.80/5 Tổng số 35 Đánh Giá
Nhà Phát Triển mtunad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mtunad/multisozlukextension/
URL Trang Trợ Giúp https://github.com/mtunad/multisozlukextension/issues
URL Trang Chính Sách Bảo Mật https://github.com/mtunad/multisozlukextension/blob/master/PRIVACY.md
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}