Pali tooltip dictionary (Sinhala/English)

Pali Dictionary tooltip and user definitions

什麼是Pali tooltip dictionary (Sinhala/English)?

Pali tooltip dictionary (Sinhala/English)是由mahendra開發的Chrome擴展程式,該擴展的主要功能是“Pali Dictionary tooltip and user definitions”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Pali tooltip dictionary (Sinhala/English)擴展crx文件

下載Pali tooltip dictionary (Sinhala/English)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Offline Dictionary to facilitate the Pali readers to find the definitions of the word from several dictionaries simultaneously. This will find words written in both Sinhala-Pali as well as English/Roman-Pali. 

Currently six dictionaries available to search from.
You can also build your own dictionary. 
Enable disable sub-word detection.
Manual word search form.

New in 0.8.0:
- Draggable window

Fixes in 0.8.0:
- Content scrolling fixed
- Window overlapping the selected word fixed                    

擴展基本資訊

名稱 Pali tooltip dictionary (Sinhala/English) Pali tooltip dictionary (Sinhala/English)
ID apmpinigmmhdddfcnelaailfkdhnjapn
官方網址 https://chromewebstore.google.com/detail/pali-tooltip-dictionary-s/apmpinigmmhdddfcnelaailfkdhnjapn
簡介 Pali Dictionary tooltip and user definitions
檔案大小 8.05 MB
安裝次數 184
目前版本 0.8.0
更新時間 2020-01-03
上架時間 2020-01-01
評分 5.00/5 共 2 次評分
開發者 mahendra
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pali tooltip dictionary (Sinhala\/English)",
    "short_name": "Pali dictionary",
    "description": "Pali Dictionary tooltip and user definitions",
    "options_page": "options.html",
    "version": "0.8.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "data\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Pali Dictionary"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}