DNA Helper
Basic nucleotide manipulations at the address bar!
Qu'est-ce que DNA Helper ?
DNA Helper est une extension Chrome développée par Chiraag Kapadia, et sa fonction principale est "Basic nucleotide manipulations at the address bar!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DNA Helper
Téléchargez les fichiers d'extension DNA Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DNA Helper |
ID | oimjfgjbejdnjcmabdlinfgnhhllcgmf |
URL Officiel | https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Description | Basic nucleotide manipulations at the address bar! |
Taille du Fichier | 70.66 KB |
Nombre d'Installations | 197 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-06-14 |
Date de Publication | 2016-06-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Chiraag Kapadia |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |