nferX Nucleus

This extension helps to identify bio-medical entities in literature

Cos'è nferX Nucleus?

nferX Nucleus è un'estensione di Chrome sviluppata da nferX, e la sua funzione principale è "This extension helps to identify bio-medical entities in literature".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione nferX Nucleus

Scarica i file di estensione nferX Nucleus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome nferX Nucleus nferX Nucleus
ID bonlepkbbchfpjkcpokodcdndamilbpl
URL Ufficiale https://chromewebstore.google.com/detail/nferx-nucleus/bonlepkbbchfpjkcpokodcdndamilbpl
Descrizione This extension helps to identify bio-medical entities in literature
Dimensione del File 1.13 MB
Conteggio Installazioni 56
Versione Corrente 3.0.8
Ultimo Aggiornamento 2023-03-06
Data di Pubblicazione 2022-03-15
Sviluppatore nferX
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://nference.ai
URL della Pagina della Politica sulla Privacy https://nference.ai/privacy-policy
Lingue Supportate 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"
    }
}