Paliha
Get Sinhala meaning of any english word by selecting the word
Paliha là gì?
Paliha là một tiện ích mở rộng Chrome được phát triển bởi chriscorea59, và tính năng chính của nó là "Get Sinhala meaning of any english word by selecting the word".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Paliha
Tải xuống các tệp mở rộng Paliha dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | okkbagjjpfhceeckifgjmiannfcnaobl |
URL Chính Thức | https://chrome.google.com/webstore/detail/paliha/okkbagjjpfhceeckifgjmiannfcnaobl |
Mô tả | Get Sinhala meaning of any english word by selecting the word |
Kích Thước Tệp | 155 KB |
Số Lần Cài Đặt | 117 |
Phiên Bản Hiện Tại | 2.8 |
Cập Nhật Lần Cuối | 2021-05-17 |
Ngày Phát Hành | 2021-05-17 |
Nhà Phát Triển | chriscorea59 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://paliha.riscor.net/ |
URL Trang Trợ Giúp | http://riscor.net |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |