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
官方網址 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"
    ]
}