DNA Helper

Basic nucleotide manipulations at the address bar!

Apa itu DNA Helper?

DNA Helper adalah ekstensi Chrome yang dikembangkan oleh Chiraag Kapadia, dan fitur utamanya adalah "Basic nucleotide manipulations at the address bar!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DNA Helper

Unduh file ekstensi DNA Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DNA Helper DNA Helper
ID oimjfgjbejdnjcmabdlinfgnhhllcgmf
URL Resmi https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf
Deskripsi Basic nucleotide manipulations at the address bar!
Ukuran File 70.66 KB
Jumlah Instalasi 197
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-06-14
Tanggal Publikasi 2016-06-13
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Chiraag Kapadia
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}