Life Science Dictionary Tool WebExtension

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

Co je Life Science Dictionary Tool WebExtension?

Life Science Dictionary Tool WebExtension je rozšíření Chrome vyvinuté https://www.lsdtools.org, a jeho hlavní funkcí je „Mouseover dictionary that can translate vast numbers of life science terms.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Life Science Dictionary Tool WebExtension

Stáhněte si soubory rozšíření Life Science Dictionary Tool WebExtension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Life Science Dictionary Tool WebExtension Life Science Dictionary Tool WebExtension
ID glamiehbjfdcihghdlcjlckipojhnocp
Oficiální URL https://chromewebstore.google.com/detail/life-science-dictionary-t/glamiehbjfdcihghdlcjlckipojhnocp
Popis Mouseover dictionary that can translate vast numbers of life science terms.
Velikost souboru 9.59 MB
Počet instalací 4,528
Aktuální Verze 0.1.2018.50126
Poslední Aktualizace 2019-07-02
Datum Vydání 2019-07-02
Hodnocení 4.67/5 Celkem 6 Hodnocení
Vývojář https://www.lsdtools.org
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}