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
公式URL 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
Eメール [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"
    }
}