DNA Helper

Basic nucleotide manipulations at the address bar!

DNA Helperคืออะไร?

DNA Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chiraag Kapadia และคุณลักษณะหลักของมันคือ "Basic nucleotide manipulations at the address bar!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DNA Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}