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