lkytal / GM

UserScripts for Firefox, Chrome and etc
https://lkytal.github.io/GM/
Other
211 stars 22 forks source link

能否考虑内置 NCBI 搜索引擎 #74

Open clf-bio opened 2 years ago

clf-bio commented 2 years ago

我经常需要在 NCBI 上进行搜索,但由于没有内置这个搜索引擎,所以按照插件的说明自定了一个 NCBI 搜索引擎

    {
        "id": "NCBI",
        "title": "NCBI",
        "description": "Searching in NCBI ",
        "src": "https://raw.staticdn.net/ncbi/standards2/master/assets/img/favicons/favicon.ico",
        "href": "https://www.ncbi.nlm.nih.gov/search/all/?term=${text}"
    },