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 |
官方網址 | 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" ] } |