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」です。

拡張機能のスクリーンショット

screenshot
screenshot

Paliha拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}