English to Bengali Dictionary | BDWord

English to Bengali Dictionary-BDWord.com's Chrome extension. Double click on any unknown word in any website you get instant meaning

Vad är English to Bengali Dictionary | BDWord?

English to Bengali Dictionary | BDWord är en Chrome-tillägg utvecklad av https://www.bdword.com, och dess huvudfunktion är "English to Bengali Dictionary-BDWord.com's Chrome extension. Double click on any unknown word in any website you get instant meaning".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner English to Bengali Dictionary | BDWord-förlängningens CRX-fil

Ladda ner English to Bengali Dictionary | BDWord-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This dictionary extension will help you to get English to Bengali meaning of any selected (double clicked) word on any text in websites. This extension is developed by BDWORD.COM's developer team.

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.                    

Grundläggande Information om Tillägg

Namn English to Bengali Dictionary | BDWord English to Bengali Dictionary | BDWord
ID cogjmeckpkinhnidokapabgaoelhkbcl
Officiell webbadress https://chromewebstore.google.com/detail/english-to-bengali-dictio/cogjmeckpkinhnidokapabgaoelhkbcl
Beskrivning English to Bengali Dictionary-BDWord.com's Chrome extension. Double click on any unknown word in any website you get instant meaning
Filstorlek 62.11 KB
Antal Installationer 10,703
Aktuell Version 8.3
Senast Uppdaterad 2021-06-01
Publiceringsdatum 2017-02-26
Betyg 4.24/5 Totalt 360 Betyg
Utvecklare https://www.bdword.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.bdword.com
Hjälpsida URL http://www.bdword.com/contact-us
Stödda Språk en
manifest.json
{
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "bdword-api.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "English to Bengali Dictionary-BDWord.com's Chrome extension. Double click on any unknown word in any website you get instant meaning",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8OqZfy6RRRki+6NquT7s7AkUR1p\/c2F3B+ZGEA6sfgskrAZkC8cXetY\/MHcLa+BADH7xwp6oV8s9f3xffJeUEVKCGjSRAmLdFzqlo+hCEDphPYUs7ofNNF7IAWIjS9bo5SYEkc73llTImFPMXu6x+slr5+IdUk2QfDpdCgJLIxQIDAQAB",
    "manifest_version": 2,
    "name": "English to Bengali Dictionary | BDWord",
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "8.3",
    "web_accessible_resources": [
        "bdword-api.js",
        "popup.js",
        "loader.gif",
        "bdword_logo.jpg",
        "close2.png",
        "my.css"
    ]
}