DNA Helper

Basic nucleotide manipulations at the address bar!

Wat is DNA Helper?

DNA Helper is een Chrome-extensie ontwikkeld door Chiraag Kapadia, en de belangrijkste functie is "Basic nucleotide manipulations at the address bar!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie DNA Helper

Download DNA Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DNA Helper DNA Helper
ID oimjfgjbejdnjcmabdlinfgnhhllcgmf
Officiële URL https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf
Beschrijving Basic nucleotide manipulations at the address bar!
Bestandsgrootte 70.66 KB
Aantal Installaties 197
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-06-14
Publicatiedatum 2016-06-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Chiraag Kapadia
Betalingswijze free
Ondersteunde Talen 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"
    ]
}