DNA Helper
Basic nucleotide manipulations at the address bar!
O que é DNA Helper?
DNA Helper é uma extensão do Chrome desenvolvida por Chiraag Kapadia, e sua principal característica é "Basic nucleotide manipulations at the address bar!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão DNA Helper
Baixe arquivos de extensão DNA Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | DNA Helper |
ID | oimjfgjbejdnjcmabdlinfgnhhllcgmf |
URL Oficial | https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Descrição | Basic nucleotide manipulations at the address bar! |
Tamanho do Arquivo | 70.66 KB |
Contagem de Instalações | 197 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-06-14 |
Data de Publicação | 2016-06-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Chiraag Kapadia |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |