GujaratiLexicon Lookup

English to Gujarati Dictionary

GujaratiLexicon Lookup란 무엇입니까?

GujaratiLexicon Lookup은(는) Apoorva Paneliya에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "English to Gujarati Dictionary"입니다.

확장 프로그램 스크린샷

screenshot

GujaratiLexicon Lookup 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        View Word translation to Gujarati as you browse the web.

Supported Dictionary:-
1) English to Gujarati
2) Gujarati to Gujarati
3) Hindi to Gujarati

With this extension, you can:
1) Double-click any word to view its translation to Gujarati in a small pop-up bubble.
2) its also acts as English -> Gujarati Dictionary.

How to Close pop-up bubble:-
1] Click on the Webpage again, pop-up bubble will close itself. 
2] Press the 'X' button in pop-up bubble.


IMPORTANT: The pop-up bubble will not work in tabs that were open prior to installation; such tabs must be refreshed. Also, note that all extensions are disabled on Chrome Web Store pages (including this page).

Minimum Chrome Version Requirement:- 20                    

확장 프로그램 기본 정보

이름 GujaratiLexicon Lookup GujaratiLexicon Lookup
ID bhmafcbmjdeopomnencnfogfdpdpnnnj
공식 URL https://chromewebstore.google.com/detail/gujaratilexicon-lookup/bhmafcbmjdeopomnencnfogfdpdpnnnj
설명 English to Gujarati Dictionary
파일 크기 54.65 KB
설치 횟수 1,455
현재 버전 2.5
최근 업데이트 2022-09-19
출시 날짜 2019-12-10
평점 4.61/5 총 90 개의 평점
개발자 Apoorva Paneliya
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.gujaratilexicon.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GujaratiLexicon Lookup",
    "version": "2.5",
    "manifest_version": 2,
    "description": "English to Gujarati Dictionary",
    "browser_action": {
        "default_icon": "16x16.png",
        "icons": [
            "128x128.png"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "bubble.css"
            ],
            "js": [
                "SelectedTextnotification.js",
                "jquery-1.7.2.min.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.gujaratilexicon.com\/dict_ext_api_2014\/index\/EG\/*",
        "http:\/\/www.gujaratilexicon.com\/dict_ext_api_2014\/index\/GG\/*",
        "http:\/\/www.gujaratilexicon.com\/dict_ext_api_2014\/index\/GE\/*",
        "http:\/\/www.gujaratilexicon.com\/dict_ext_api_2014\/index\/HG\/*"
    ],
    "web_accessible_resources": [
        "glxCloseButton.png"
    ]
}