LKTips - Sinhala Meaning Tooltip Dictionary

English – Sinhala Instant Word Translation Extension with Built in Dictionary

ما هو LKTips - Sinhala Meaning Tooltip Dictionary؟

LKTips - Sinhala Meaning Tooltip Dictionary هو إضافة Chrome تم تطويرها بواسطة http://lionlk.com، والميزة الرئيسية لها هي "English – Sinhala Instant Word Translation Extension with Built in Dictionary".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة LKTips - Sinhala Meaning Tooltip Dictionary

قم بتنزيل ملفات الامتداد LKTips - Sinhala Meaning Tooltip Dictionary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        English - Sinhala Instant Word Translation with popup Dictionary.

**** UPDATED - LKTips 4.0 - 2017 December ****
* New Material Design UI
* Faster Dictionary Load
* Seamless search on LionLK.com Dictionary 
* Optimized for newest Chrome Editions
* Bug Fixes and Improvements  


LKTips is the easiest way to find the Sinhala meaning of any English word which you find while reading web pages. Just install this extension and hover the mouse over any English word. The meaning will appear in a tooltip suddenly. 

Apart from that, we have now integrated LK Dictionary with LKTips. Now you can search and find the meaning of any English or Sinhala word along with the English definition and other similar words for the searched word.

Visit http://LionLK.com/LKTips for more information                    

معلومات أساسية عن التمديد

الاسم LKTips - Sinhala Meaning Tooltip Dictionary LKTips - Sinhala Meaning Tooltip Dictionary
ID ipfnfcbfkddglfeiplmmfkcidaeaenjk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lktips-sinhala-meaning-to/ipfnfcbfkddglfeiplmmfkcidaeaenjk
الوصف English – Sinhala Instant Word Translation Extension with Built in Dictionary
حجم الملف 1.16 MB
عدد التثبيتات 20,000
النسخة الحالية 4.1
آخر تحديث 2017-12-07
تاريخ النشر 2017-12-07
تقييم 4.73/5 مجموع تقييمات 556
المطور http://lionlk.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://lionlk.com/lktips
عنوان صفحة المساعدة http://lionlk.com/lktips
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "base.js",
                "shapes.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "name": "LKTips - Sinhala Meaning Tooltip Dictionary",
    "description": "English \u2013 Sinhala Instant Word Translation Extension with Built in Dictionary",
    "version": "4.1",
    "homepage_url": "http:\/\/lionlk.com",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "minimum_chrome_version": "8",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "manifest_version": 2
}