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是由http://lionlk.com開發的Chrome擴展程式,該擴展的主要功能是“English – Sinhala Instant Word Translation Extension with Built in Dictionary”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載LKTips - Sinhala Meaning Tooltip Dictionary擴展crx文件

下載LKTips - Sinhala Meaning Tooltip Dictionary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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
}