Paliha
Get Sinhala meaning of any english word by selecting the word
Cos'è Paliha?
Paliha è un'estensione di Chrome sviluppata da chriscorea59, e la sua funzione principale è "Get Sinhala meaning of any english word by selecting the word".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Paliha
Scarica i file di estensione Paliha in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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...
Informazioni di Base sull'Estensione
Nome | |
ID | okkbagjjpfhceeckifgjmiannfcnaobl |
URL Ufficiale | https://chrome.google.com/webstore/detail/paliha/okkbagjjpfhceeckifgjmiannfcnaobl |
Descrizione | Get Sinhala meaning of any english word by selecting the word |
Dimensione del File | 155 KB |
Conteggio Installazioni | 117 |
Versione Corrente | 2.8 |
Ultimo Aggiornamento | 2021-05-17 |
Data di Pubblicazione | 2021-05-17 |
Sviluppatore | chriscorea59 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://paliha.riscor.net/ |
URL della Pagina di Aiuto | http://riscor.net |
Lingue Supportate | 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" ] } |