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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |