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

Cos'è English to Bengali Dictionary | BDWord?

English to Bengali Dictionary | BDWord è un'estensione di Chrome sviluppata da https://www.bdword.com, e la sua funzione principale è "English to Bengali Dictionary-BDWord.com's Chrome extension. Double click on any unknown word in any website you get instant meaning".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione English to Bengali Dictionary | BDWord

Scarica i file di estensione English to Bengali Dictionary | BDWord in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome English to Bengali Dictionary | BDWord English to Bengali Dictionary | BDWord
ID cogjmeckpkinhnidokapabgaoelhkbcl
URL Ufficiale https://chromewebstore.google.com/detail/english-to-bengali-dictio/cogjmeckpkinhnidokapabgaoelhkbcl
Descrizione English to Bengali Dictionary-BDWord.com's Chrome extension. Double click on any unknown word in any website you get instant meaning
Dimensione del File 62.11 KB
Conteggio Installazioni 10,703
Versione Corrente 8.3
Ultimo Aggiornamento 2021-06-01
Data di Pubblicazione 2017-02-26
Valutazione 4.24/5 Totale 360 Valutazioni
Sviluppatore https://www.bdword.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.bdword.com
URL della Pagina di Aiuto http://www.bdword.com/contact-us
Lingue Supportate 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"
    ]
}