DNA Helper

Basic nucleotide manipulations at the address bar!

什么是DNA Helper?

DNA Helper是由Chiraag Kapadia开发的Chrome扩展程序,该扩展的主要功能是“Basic nucleotide manipulations at the address bar!”。

扩展截图

screenshot
screenshot

下载DNA Helper扩展crx文件

下载DNA Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DNA Helper DNA Helper
ID oimjfgjbejdnjcmabdlinfgnhhllcgmf
官方URL https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf
简介 Basic nucleotide manipulations at the address bar!
文件大小 70.66 KB
安装次数 197
当前版本 1.0.0
更新时间 2016-06-14
上架时间 2016-06-13
评分 5.00/5 共3次评分
开发者 Chiraag Kapadia
付费类型 free
支持的语言 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"
    ]
}