DNA Helper

Basic nucleotide manipulations at the address bar!

Co to jest DNA Helper?

DNA Helper to rozszerzenie Chrome opracowane przez Chiraag Kapadia, a jego główną funkcją jest „Basic nucleotide manipulations at the address bar!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia DNA Helper

Pobierz pliki rozszerzeń DNA Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa DNA Helper DNA Helper
ID oimjfgjbejdnjcmabdlinfgnhhllcgmf
Oficjalny URL https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf
Opis Basic nucleotide manipulations at the address bar!
Rozmiar pliku 70.66 KB
Liczba instalacji 197
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-06-14
Data Publikacji 2016-06-13
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Chiraag Kapadia
Typ Płatności free
Obsługiwane Języki 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"
    ]
}