Paliha
Get Sinhala meaning of any english word by selecting the word
什么是Paliha?
Paliha是由chriscorea59开发的Chrome扩展程序,该扩展的主要功能是“Get Sinhala meaning of any english word by selecting the word”。
扩展截图
下载Paliha扩展crx文件
下载Paliha扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The vast resource base of the internet has billions of pages of information on various subjects in the English Language. For the development of the country, Sri Lankan entrepreneurs, administrators, students etc need to make use of this vast knowledge base. However, many Sri Lankans may not know enough English to make full use of this resource base. Our Paliha system performs the unique and useful function of making English Language websites available in Sinhala. As the name implies, Paliha is a “shield” which protects the reader from the “kaduwa” (as the English Language is commonly known to students). On placing the cursor over a particular word, Paliha will display in a little window the Sinhalese translation of each English word on a website. The translation is available in real time. “Paliha” will serve the vital needs of Sri Lanka’s Sinhala speaking population...
扩展基本信息
名称 | |
ID | okkbagjjpfhceeckifgjmiannfcnaobl |
官方URL | https://chrome.google.com/webstore/detail/paliha/okkbagjjpfhceeckifgjmiannfcnaobl |
简介 | Get Sinhala meaning of any english word by selecting the word |
文件大小 | 155 KB |
安装次数 | 117 |
当前版本 | 2.8 |
更新时间 | 2021-05-17 |
上架时间 | 2021-05-17 |
开发者 | chriscorea59 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://paliha.riscor.net/ |
帮助页面URL | http://riscor.net |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Paliha", "description": "Get Sinhala meaning of any english word by selecting the word", "version": "2.8", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.3.js", "script.js" ] } ], "permissions": [ "http:\/\/*\/" ], "web_accessible_resources": [ "images\/*.gif", "images\/*.png" ] } |