Paliha

Get Sinhala meaning of any english word by selecting the word

Τι είναι το Paliha;

Το Paliha είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chriscorea59, και η κύρια λειτουργία του είναι "Get Sinhala meaning of any english word by selecting the word".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Paliha

Λήψη αρχείων επέκτασης 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...                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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"
    ]
}