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"
    ]
}