Life Science Dictionary Tool WebExtension

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

Vad är Life Science Dictionary Tool WebExtension?

Life Science Dictionary Tool WebExtension är en Chrome-tillägg utvecklad av https://www.lsdtools.org, och dess huvudfunktion är "Mouseover dictionary that can translate vast numbers of life science terms.".

Tilläggsskärmbilder

screenshot

Ladda ner Life Science Dictionary Tool WebExtension-förlängningens CRX-fil

Ladda ner Life Science Dictionary Tool WebExtension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Life Science Dictionary Tool WebExtension Life Science Dictionary Tool WebExtension
ID glamiehbjfdcihghdlcjlckipojhnocp
Officiell webbadress https://chromewebstore.google.com/detail/life-science-dictionary-t/glamiehbjfdcihghdlcjlckipojhnocp
Beskrivning Mouseover dictionary that can translate vast numbers of life science terms.
Filstorlek 9.59 MB
Antal Installationer 4,528
Aktuell Version 0.1.2018.50126
Senast Uppdaterad 2019-07-02
Publiceringsdatum 2019-07-02
Betyg 4.67/5 Totalt 6 Betyg
Utvecklare https://www.lsdtools.org
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}