Odia Dictionary
Double click any word get meaning in Odia Wow !!
Odia Dictionaryとは何ですか?
Odia DictionaryはBrahmananda karによって開発されたChromeの拡張機能で、その主な機能は「Double click any word get meaning in Odia Wow !!」です。
拡張機能のスクリーンショット
Odia Dictionary拡張機能のCRXファイルをダウンロード
Odia Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 .
拡張機能の基本情報
名前 | |
ID | llblcbklgckkjdjmhkgklfhgmeckfkih |
公式URL | https://chrome.google.com/webstore/detail/odia-dictionary/llblcbklgckkjdjmhkgklfhgmeckfkih |
説明 | Double click any word get meaning in Odia Wow !! |
ファイルサイズ | 1.02 MB |
インストール数 | 104 |
現在のバージョン | 1.2 |
最終更新日 | 2022-04-04 |
公開日 | 2018-09-26 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Brahmananda kar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |