Odia Dictionary

Double click any word get meaning in Odia Wow !!

Was ist Odia Dictionary?

Odia Dictionary ist eine Chrome-Erweiterung, die von Brahmananda kar entwickelt wurde, und ihr Hauptmerkmal ist "Double click any word get meaning in Odia Wow !!".

Erweiterungsscreenshots

Odia Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Odia Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This chrome extension  will enable to see meaning of English word  in browser in Odia language .
How to Use it :
Open any web site of English language and double click on any word .
 A pop up will appear over the word which give Odia meaning of that word .                    

Grundlegende Informationen zur Erweiterung

Name Odia Dictionary Odia Dictionary
ID llblcbklgckkjdjmhkgklfhgmeckfkih
Offizielle URL https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih
Beschreibung Double click any word get meaning in Odia Wow !!
Dateigröße 1.02 MB
Installationsanzahl 104
Aktuelle Version 1.2
Letztes Update 2022-04-04
Veröffentlichungsdatum 2018-09-26
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Brahmananda kar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Odia Dictionary",
    "description": "Double click any word get meaning in Odia Wow !!",
    "version": "1.2",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "oriya.css"
            ],
            "js": [
                "jquery.js",
                "contentscript.js",
                "myfile.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.com https:\/\/*.com; object-src 'self'",
    "permissions": [
        "contextMenus",
        "tts",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "osr06nie_1.woff",
        "oriya.css"
    ]
}