Inline gOOGLe Dictionary (Bengali Supported)

Modified Google Dictionary. View Bengali definitions easily as you browse the web.

Cos'è Inline gOOGLe Dictionary (Bengali Supported)?

Inline gOOGLe Dictionary (Bengali Supported) è un'estensione di Chrome sviluppata da brishtiteveja, e la sua funzione principale è "Modified Google Dictionary. View Bengali definitions easily as you browse the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Inline gOOGLe Dictionary (Bengali Supported)

Scarica i file di estensione Inline gOOGLe Dictionary (Bengali Supported) 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

                        Modified Google dictionary to view bengali meaning for any word.                    

Informazioni di Base sull'Estensione

Nome Inline gOOGLe Dictionary (Bengali Supported) Inline gOOGLe Dictionary (Bengali Supported)
ID pikgimfonjmmbaknpojdimpopiclnnic
URL Ufficiale https://chrome.google.com/webstore/detail/inline-google-dictionary/pikgimfonjmmbaknpojdimpopiclnnic
Descrizione Modified Google Dictionary. View Bengali definitions easily as you browse the web.
Dimensione del File 38.26 KB
Conteggio Installazioni 367
Versione Corrente 2.0
Ultimo Aggiornamento 2015-02-16
Data di Pubblicazione 2015-02-16
Valutazione 4.69/5 Totale 13 Valutazioni
Sviluppatore brishtiteveja
Tipo di Pagamento free
Sito Web dell'Estensione http://brishtiteveja.com/myworkshop
Lingue Supportate en
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_popup": "browser_action.html",
        "default_title": "Google Dictionary"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/clients5.google.com https:\/\/apis.google.com https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "description": "Modified Google Dictionary. View Bengali definitions easily as you browse the web.",
    "icons": {
        "128": "static\/icon128.png",
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "48": "static\/icon.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVvB+8augcXTC4UtPacMsms9rU8G7obnRztE+K+VwUH1rcou4pCxEd+hmQ5IxXrzDWI8sDt2i4fFGvSSJwWIw+njfjFhSpXQQiX\/HPzLZYB+y9OkevvqkUegH\/wnnYmm6Us9KLw3knour+m7djFSuzdMsQbyO2QNVZXpByNhkdBQIDAQAB",
    "manifest_version": 2,
    "name": "Inline gOOGLe Dictionary (Bengali Supported)",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        "content.min.css"
    ]
}