Pali tooltip dictionary (Sinhala/English)

Pali Dictionary tooltip and user definitions

ما هو Pali tooltip dictionary (Sinhala/English)؟

Pali tooltip dictionary (Sinhala/English) هو إضافة Chrome تم تطويرها بواسطة mahendra، والميزة الرئيسية لها هي "Pali Dictionary tooltip and user definitions".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pali tooltip dictionary (Sinhala/English)

قم بتنزيل ملفات الامتداد Pali tooltip dictionary (Sinhala/English) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}