DNA Helper
Basic nucleotide manipulations at the address bar!
Was ist DNA Helper?
DNA Helper ist eine Chrome-Erweiterung, die von Chiraag Kapadia entwickelt wurde, und ihr Hauptmerkmal ist "Basic nucleotide manipulations at the address bar!".
Erweiterungsscreenshots
DNA Helper-Erweiterungs-CRX-Datei herunterladen
Laden Sie DNA Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | DNA Helper |
ID | oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Offizielle URL | https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Beschreibung | Basic nucleotide manipulations at the address bar! |
Dateigröße | 70.66 KB |
Installationsanzahl | 197 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2016-06-14 |
Veröffentlichungsdatum | 2016-06-13 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Chiraag Kapadia |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |