Pali tooltip dictionary (Sinhala/English)

Pali Dictionary tooltip and user definitions

Vad är Pali tooltip dictionary (Sinhala/English)?

Pali tooltip dictionary (Sinhala/English) är en Chrome-tillägg utvecklad av mahendra, och dess huvudfunktion är "Pali Dictionary tooltip and user definitions".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Pali tooltip dictionary (Sinhala/English)-förlängningens CRX-fil

Ladda ner Pali tooltip dictionary (Sinhala/English)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Pali tooltip dictionary (Sinhala/English) Pali tooltip dictionary (Sinhala/English)
ID apmpinigmmhdddfcnelaailfkdhnjapn
Officiell webbadress https://chromewebstore.google.com/detail/pali-tooltip-dictionary-s/apmpinigmmhdddfcnelaailfkdhnjapn
Beskrivning Pali Dictionary tooltip and user definitions
Filstorlek 8.05 MB
Antal Installationer 184
Aktuell Version 0.8.0
Senast Uppdaterad 2020-01-03
Publiceringsdatum 2020-01-01
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare mahendra
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}