Life Science Dictionary Tool WebExtension

Mouseover dictionary that can translate vast numbers of life science terms.

Life Science Dictionary Tool WebExtension란 무엇입니까?

Life Science Dictionary Tool WebExtension은(는) https://www.lsdtools.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mouseover dictionary that can translate vast numbers of life science terms."입니다.

확장 프로그램 스크린샷

screenshot

Life Science Dictionary Tool WebExtension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ライフサイエンス辞書ツールは、Webページ中の広範囲な生命科学用語を翻訳することが出来るマウスオーバー辞書です。ライフサイエンス辞書プロジェクト( https://lsd-project.jp/ )によって収集された10万語の英語用語、11万語の日本語用語を、用例・遺伝子情報などと共にご利用いただけます。                    

확장 프로그램 기본 정보

이름 Life Science Dictionary Tool WebExtension Life Science Dictionary Tool WebExtension
ID glamiehbjfdcihghdlcjlckipojhnocp
공식 URL https://chromewebstore.google.com/detail/life-science-dictionary-t/glamiehbjfdcihghdlcjlckipojhnocp
설명 Mouseover dictionary that can translate vast numbers of life science terms.
파일 크기 9.59 MB
설치 횟수 4,528
현재 버전 0.1.2018.50126
최근 업데이트 2019-07-02
출시 날짜 2019-07-02
평점 4.67/5 총 6 개의 평점
개발자 https://www.lsdtools.org
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "name": "Life Science Dictionary Tool WebExtension",
    "version": "0.1.2018.50126",
    "description": "Mouseover dictionary that can translate vast numbers of life science terms.",
    "developer": {
        "name": "LIFE SCIENCE DICTIONARY PROJECT and BITS",
        "url": "http:\/\/www.lsdtools.org\/"
    },
    "icons": {
        "32": "icons\/icon_32.png",
        "24": "icons\/icon_24.png",
        "16": "icons\/icon_16.png"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "dic\/dicEn_1.js",
            "dic\/dicEn_2.js",
            "dic\/dicEn_3.js",
            "dic\/dicEn_4.js",
            "dic\/dicEn2Jp_1.js",
            "dic\/dicEn2Jp_2.js",
            "dic\/dicEn2Jp_3.js",
            "dic\/dicEn2Jp_4.js",
            "dic\/dicInfoAry_1.js",
            "dic\/dicInfoAry_2.js",
            "dic\/dicInfoAry_3.js",
            "dic\/dicInfoAry_4.js",
            "dic\/dicJp_1.js",
            "dic\/dicJp_2.js",
            "dic\/dicJpYomi_1.js",
            "dic\/dicJpYomi_2.js",
            "dic\/dicJpYomi_3.js",
            "dic\/dicEnRefer.js",
            "dic\/dicEnSentence.js",
            "dic\/dicEnThesaurus.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "lsdtool.css"
            ],
            "js": [
                "dicKeys.js",
                "lsdtool.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png"
        }
    },
    "web_accessible_resources": [
        "images\/liquid.png",
        "images\/img_title_right",
        "images\/img_title_center",
        "images\/img_title_left",
        "images\/ico_ping_on.png",
        "images\/ico_ping_off.png",
        "images\/ico_win_on.png",
        "images\/ico_win_off.png"
    ]
}