Inline gOOGLe Dictionary (Bengali Supported)

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

Qu'est-ce que Inline gOOGLe Dictionary (Bengali Supported) ?

Inline gOOGLe Dictionary (Bengali Supported) est une extension Chrome développée par brishtiteveja, et sa fonction principale est "Modified Google Dictionary. View Bengali definitions easily as you browse the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Inline gOOGLe Dictionary (Bengali Supported)

Téléchargez les fichiers d'extension Inline gOOGLe Dictionary (Bengali Supported) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Modified Google dictionary to view bengali meaning for any word.                    

Informations de Base sur l'Extension

Nom Inline gOOGLe Dictionary (Bengali Supported) Inline gOOGLe Dictionary (Bengali Supported)
ID pikgimfonjmmbaknpojdimpopiclnnic
URL Officiel https://chrome.google.com/webstore/detail/inline-google-dictionary/pikgimfonjmmbaknpojdimpopiclnnic
Description Modified Google Dictionary. View Bengali definitions easily as you browse the web.
Taille du Fichier 38.26 KB
Nombre d'Installations 367
Version Actuelle 2.0
Dernière Mise à Jour 2015-02-16
Date de Publication 2015-02-16
Évaluation 4.69/5 Total 13 Évaluations
Développeur brishtiteveja
Type de Paiement free
Site Web de l'Extension http://brishtiteveja.com/myworkshop
Langues Prises en Charge 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"
    ]
}