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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
}