Pali tooltip dictionary (Sinhala/English)

Pali Dictionary tooltip and user definitions

Pali tooltip dictionary (Sinhala/English) क्या है?

Pali tooltip dictionary (Sinhala/English) mahendra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pali Dictionary tooltip and user definitions"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Pali tooltip dictionary (Sinhala/English) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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
}