nferX Nucleus

This extension helps to identify bio-medical entities in literature

Apa itu nferX Nucleus?

nferX Nucleus adalah ekstensi Chrome yang dikembangkan oleh nferX, dan fitur utamanya adalah "This extension helps to identify bio-medical entities in literature".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi nferX Nucleus

Unduh file ekstensi nferX Nucleus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama nferX Nucleus nferX Nucleus
ID bonlepkbbchfpjkcpokodcdndamilbpl
URL Resmi https://chromewebstore.google.com/detail/nferx-nucleus/bonlepkbbchfpjkcpokodcdndamilbpl
Deskripsi This extension helps to identify bio-medical entities in literature
Ukuran File 1.13 MB
Jumlah Instalasi 56
Versi Saat Ini 3.0.8
Terakhir Diperbarui 2023-03-06
Tanggal Publikasi 2022-03-15
Pengembang nferX
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://nference.ai
URL Halaman Kebijakan Privasi https://nference.ai/privacy-policy
Bahasa yang Didukung 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"
    }
}