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 |
电子邮箱 | [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" ] } |