Paliha

Get Sinhala meaning of any english word by selecting the word

Paliha क्या है?

Paliha chriscorea59 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Sinhala meaning of any english word by selecting the word"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paliha एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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...                    

एक्सटेंशन की मूल जानकारी

नाम Paliha Paliha
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"
    ]
}