Pali tooltip dictionary (Sinhala/English)

Pali Dictionary tooltip and user definitions

Qu'est-ce que Pali tooltip dictionary (Sinhala/English) ?

Pali tooltip dictionary (Sinhala/English) est une extension Chrome développée par mahendra, et sa fonction principale est "Pali Dictionary tooltip and user definitions".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pali tooltip dictionary (Sinhala/English)

Téléchargez les fichiers d'extension Pali tooltip dictionary (Sinhala/English) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pali tooltip dictionary (Sinhala/English) Pali tooltip dictionary (Sinhala/English)
ID apmpinigmmhdddfcnelaailfkdhnjapn
URL Officiel https://chromewebstore.google.com/detail/pali-tooltip-dictionary-s/apmpinigmmhdddfcnelaailfkdhnjapn
Description Pali Dictionary tooltip and user definitions
Taille du Fichier 8.05 MB
Nombre d'Installations 184
Version Actuelle 0.8.0
Dernière Mise à Jour 2020-01-03
Date de Publication 2020-01-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur mahendra
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}