nferX Nucleus

This extension helps to identify bio-medical entities in literature

什麼是nferX Nucleus?

nferX Nucleus是由nferX開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to identify bio-medical entities in literature”。

擴展截圖

screenshot
screenshot
screenshot

下載nferX Nucleus擴展crx文件

下載nferX Nucleus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps to view extracted entities from the selected text and to switch between environments of nferX Platform. It also provides information if the webpage is added in nferX library.                    

擴展基本資訊

名稱 nferX Nucleus nferX Nucleus
ID bonlepkbbchfpjkcpokodcdndamilbpl
官方網址 https://chromewebstore.google.com/detail/nferx-nucleus/bonlepkbbchfpjkcpokodcdndamilbpl
簡介 This extension helps to identify bio-medical entities in literature
檔案大小 1.13 MB
安裝次數 56
目前版本 3.0.8
更新時間 2023-03-06
上架時間 2022-03-15
開發者 nferX
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nference.ai
隱私政策頁面URL https://nference.ai/privacy-policy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nferX Nucleus",
    "description": "This extension helps to identify bio-medical entities in literature",
    "version": "3.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/preview.nferx.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    }
}