DNA Helper
Basic nucleotide manipulations at the address bar!
What is DNA Helper?
DNA Helper is a Chrome extension developed by Chiraag Kapadia, and its main feature is "Basic nucleotide manipulations at the address bar!".
Extension Screenshots
Download DNA Helper Extension CRX File
Download DNA Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DNA Helper |
ID | oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Official URL | https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Description | Basic nucleotide manipulations at the address bar! |
File Size | 70.66 KB |
Installation Count | 197 |
Current Version | 1.0.0 |
Last Updated | 2016-06-14 |
Publish Date | 2016-06-13 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Chiraag Kapadia |
Payment Type | free |
Supported Languages | 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" ] } |