View proteins with NGL viewer
Easily open PDB files within your browser and use NGL viewer to interact with your proteins
Cos'è View proteins with NGL viewer?
View proteins with NGL viewer è un'estensione di Chrome sviluppata da mickeyjhg, e la sua funzione principale è "Easily open PDB files within your browser and use NGL viewer to interact with your proteins".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione View proteins with NGL viewer
Scarica i file di estensione View proteins with NGL viewer 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
Open and view protein structures anywhere within Chrome
Informazioni di Base sull'Estensione
Nome | View proteins with NGL viewer |
ID | hpghdephdjllllmgeajhilkmkdbfmeal |
URL Ufficiale | https://chromewebstore.google.com/detail/view-proteins-with-ngl-vi/hpghdephdjllllmgeajhilkmkdbfmeal |
Descrizione | Easily open PDB files within your browser and use NGL viewer to interact with your proteins |
Dimensione del File | 382 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-02-15 |
Data di Pubblicazione | 2021-02-15 |
Sviluppatore | mickeyjhg |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View proteins with NGL viewer", "description": "Easily open PDB files within your browser and use NGL viewer to interact with your proteins", "background": { "scripts": [ "background.js" ] }, "version": "0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png" }, "permissions": [ "contextMenus" ] } |