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文件

下载Life Science Dictionary Tool WebExtension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ライフサイエンス辞書ツールは、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"
    ]
}