EnglishDom Translator

Переводите слова и фразы прямо в браузере. Добавляйте незнакомые слова на изучение.

What is EnglishDom Translator?

EnglishDom Translator is a Chrome extension developed by http://englishdom.com, and its main feature is "Переводите слова и фразы прямо в браузере. Добавляйте незнакомые слова на изучение.".

Extension Screenshots

screenshot
screenshot
screenshot

Download EnglishDom Translator Extension CRX File

Download EnglishDom Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Что умеет EnglishDom Translator?

- Показывать перевод и транскрипцию выделенного текста на сайте
- Переводить и озвучивать твои слова и фразы
- Добавлять их в твой личный словарь на сайте EnglishDom для последующего изучения
- Открывать внешние переводчики 

Больше возможностей на https://englishdom.com                    

Extension Basic Information

Name EnglishDom Translator EnglishDom Translator
ID pjpmplceboleilonncbcmhkonfnojpla
Official URL https://chrome.google.com/webstore/detail/englishdom-translator/pjpmplceboleilonncbcmhkonfnojpla
Description Переводите слова и фразы прямо в браузере. Добавляйте незнакомые слова на изучение.
File Size 309 KB
Installation Count 9,438
Current Version 1.27.4
Last Updated 2021-08-12
Publish Date 2020-04-15
Rating 4.62/5 Total 102 Ratings
Developer http://englishdom.com
Email [email protected]
Payment Type free
Extension Website https://www.englishdom.com/translator/
Privacy Policy Page URL https://www.englishdom.com/info/terms/rules
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EnglishDom Translator",
    "description": "\u041f\u0435\u0440\u0435\u0432\u043e\u0434\u0438\u0442\u0435 \u0441\u043b\u043e\u0432\u0430 \u0438 \u0444\u0440\u0430\u0437\u044b \u043f\u0440\u044f\u043c\u043e \u0432 \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0435. \u0414\u043e\u0431\u0430\u0432\u043b\u044f\u0439\u0442\u0435 \u043d\u0435\u0437\u043d\u0430\u043a\u043e\u043c\u044b\u0435 \u0441\u043b\u043e\u0432\u0430 \u043d\u0430 \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u0435.",
    "version": "1.27.4",
    "browser_action": {
        "default_title": "EnglishDom Translator",
        "default_icon": "logo\/ed.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.englishdom.com\/*",
            "*:\/\/develop.eddev.cf\/*",
            "*:\/\/yevhen.eddev.cf\/*"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.englishdom.com\/*",
                "https:\/\/englishdom.com\/*",
                "https:\/\/www.eddev.cf\/*",
                "https:\/\/eddev.cf\/*",
                "https:\/\/develop.eddev.cf\/*",
                "https:\/\/release.eddev.cf\/*"
            ],
            "js": [
                "bundles-builded\/content.js"
            ],
            "css": [
                "bundles-builded\/content.css",
                "bundles-static\/fonts.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bundles-builded\/background.js"
        ]
    },
    "icons": {
        "16": "logo\/ed.png",
        "48": "logo\/ed_48.png",
        "128": "logo\/ed.png"
    }
}