DNA Helper
Basic nucleotide manipulations at the address bar!
Co je DNA Helper?
DNA Helper je rozšíření Chrome vyvinuté Chiraag Kapadia, a jeho hlavní funkcí je „Basic nucleotide manipulations at the address bar!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DNA Helper
Stáhněte si soubory rozšíření DNA Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | DNA Helper |
ID | oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Oficiální URL | https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Popis | Basic nucleotide manipulations at the address bar! |
Velikost souboru | 70.66 KB |
Počet instalací | 197 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2016-06-14 |
Datum Vydání | 2016-06-13 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Chiraag Kapadia |
Typ Platby | free |
Podporované Jazyky | 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" ] } |