Life Science Dictionary Tool WebExtension

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

Was ist Life Science Dictionary Tool WebExtension?

Life Science Dictionary Tool WebExtension ist eine Chrome-Erweiterung, die von https://www.lsdtools.org entwickelt wurde, und ihr Hauptmerkmal ist "Mouseover dictionary that can translate vast numbers of life science terms.".

Erweiterungsscreenshots

screenshot

Life Science Dictionary Tool WebExtension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Life Science Dictionary Tool WebExtension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Life Science Dictionary Tool WebExtension Life Science Dictionary Tool WebExtension
ID glamiehbjfdcihghdlcjlckipojhnocp
Offizielle URL https://chromewebstore.google.com/detail/life-science-dictionary-t/glamiehbjfdcihghdlcjlckipojhnocp
Beschreibung Mouseover dictionary that can translate vast numbers of life science terms.
Dateigröße 9.59 MB
Installationsanzahl 4,528
Aktuelle Version 0.1.2018.50126
Letztes Update 2019-07-02
Veröffentlichungsdatum 2019-07-02
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler https://www.lsdtools.org
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}