Pali tooltip dictionary (Sinhala/English)

Pali Dictionary tooltip and user definitions

Was ist Pali tooltip dictionary (Sinhala/English)?

Pali tooltip dictionary (Sinhala/English) ist eine Chrome-Erweiterung, die von mahendra entwickelt wurde, und ihr Hauptmerkmal ist "Pali Dictionary tooltip and user definitions".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Pali tooltip dictionary (Sinhala/English)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pali tooltip dictionary (Sinhala/English)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Pali tooltip dictionary (Sinhala/English) Pali tooltip dictionary (Sinhala/English)
ID apmpinigmmhdddfcnelaailfkdhnjapn
Offizielle URL https://chromewebstore.google.com/detail/pali-tooltip-dictionary-s/apmpinigmmhdddfcnelaailfkdhnjapn
Beschreibung Pali Dictionary tooltip and user definitions
Dateigröße 8.05 MB
Installationsanzahl 184
Aktuelle Version 0.8.0
Letztes Update 2020-01-03
Veröffentlichungsdatum 2020-01-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler mahendra
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}