Odia Dictionary
Double click any word get meaning in Odia Wow !!
Cos'è Odia Dictionary?
Odia Dictionary è un'estensione di Chrome sviluppata da Brahmananda kar, e la sua funzione principale è "Double click any word get meaning in Odia Wow !!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Odia Dictionary
Scarica i file di estensione Odia Dictionary 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 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 .
Informazioni di Base sull'Estensione
Nome | |
ID | llblcbklgckkjdjmhkgklfhgmeckfkih |
URL Ufficiale | https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih |
Descrizione | Double click any word get meaning in Odia Wow !! |
Dimensione del File | 1.02 MB |
Conteggio Installazioni | 104 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-04-04 |
Data di Pubblicazione | 2018-09-26 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | Brahmananda kar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |