DNA Helper

Basic nucleotide manipulations at the address bar!

Cos'è DNA Helper?

DNA Helper è un'estensione di Chrome sviluppata da Chiraag Kapadia, e la sua funzione principale è "Basic nucleotide manipulations at the address bar!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DNA Helper

Scarica i file di estensione DNA Helper 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

                        The DNA Helper extension providers useful and common nucleotide sequence manipulations at the address bar! Simply type "DNAHelper" in the address bar, then paste your DNA or RNA sequence. Choose to either reverse, complement, or reverse-complement your sequence as DNA or RNA -- the resultant sequence is copied to your clipboard! Avoid the extra time of finding a website to modify your sequence and use DNA Helper!


If you find this extension useful, consider installing my other extension, BLAST for Chrome.                    

Informazioni di Base sull'Estensione

Nome DNA Helper DNA Helper
ID oimjfgjbejdnjcmabdlinfgnhhllcgmf
URL Ufficiale https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf
Descrizione Basic nucleotide manipulations at the address bar!
Dimensione del File 70.66 KB
Conteggio Installazioni 197
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-06-14
Data di Pubblicazione 2016-06-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Chiraag Kapadia
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DNA Helper",
    "author": "Chiraag Kapadia",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "DNAHelper"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Basic nucleotide manipulations at the address bar!",
    "short_name": "DNAHelper",
    "permissions": [
        "clipboardWrite"
    ]
}