English to Any Language Dictionary | BDWord

This is a English to Any Language Dictionary extension. Double click on any unknown English word to see instant translation.

What is English to Any Language Dictionary | BDWord?

English to Any Language Dictionary | BDWord is a Chrome extension developed by https://www.bdword.com, and its main feature is "This is a English to Any Language Dictionary extension. Double click on any unknown English word to see instant translation.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download English to Any Language Dictionary | BDWord Extension CRX File

Download English to Any Language Dictionary | BDWord 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

                        Found a difficult English word? With English to Any Language Chrome Extension, easily get the word meaning instantly. Browse any website and want to check out any word meaning just double click on that word and get instant word meaning.

Features:
 • Double Click and get word meaning.
 • Change your language from settings.
 • Get instant word meaning on the website without leaving the page.
 • Get detail word meaning like Antonyms, Synonyms and examples from a linked website.                    

Extension Basic Information

Name English to Any Language Dictionary | BDWord English to Any Language Dictionary | BDWord
ID apenapfkioiehfhgheabegngnfhnfbjh
Official URL https://chromewebstore.google.com/detail/english-to-any-language-d/apenapfkioiehfhgheabegngnfhnfbjh
Description This is a English to Any Language Dictionary extension. Double click on any unknown English word to see instant translation.
File Size 66.12 KB
Installation Count 1,006
Current Version 1.3
Last Updated 2021-06-01
Publish Date 2021-01-04
Rating 2.50/5 Total 2 Ratings
Developer https://www.bdword.com
Email [email protected]
Payment Type free
Extension Website https://www.bdword.com
Supported Languages en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "bdword-api.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "This is a English to Any Language Dictionary extension. Double click on any unknown English word to see instant translation.",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlT6Iip4ncR0O98kIWuknjeE\/S6\/cP00bkdmxxWaQn\/kZUrvHOprXQD3KMhWolCeuSFYpOaF6LDOWiJ3jgZSaFHL9ochsUcclw+XJd1ksKBhmVf7U9moinKTR7yEEb7JY29he1RIo02xlvWRMzbkeDySshEgLF8yLK5lDYVluek2Cbatxmra3ulv5M3R9+VC91yFMQCO5o7kumgWshFyNvnug6\/PjwrLQ0DFk\/m0hU2JFJxGpuV9W3LgMlP+6rcZvb1bxloDsp4lqJiKwBb4doOQ\/P4sRLPt5kDweN094qfca3bvCrAt9lmFlEkAbDYrd3EObYSF8bLed3kj2i7cDbQIDAQAB",
    "manifest_version": 2,
    "name": "English to Any Language Dictionary | BDWord",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3",
    "web_accessible_resources": [
        "bdword-api.js",
        "popup.js",
        "loader.gif",
        "bdword_logo.jpg",
        "close2.png",
        "my.css"
    ]
}