DNA Helper
Basic nucleotide manipulations at the address bar!
DNA Helper là gì?
DNA Helper là một tiện ích mở rộng Chrome được phát triển bởi Chiraag Kapadia, và tính năng chính của nó là "Basic nucleotide manipulations at the address bar!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DNA Helper
Tải xuống các tệp mở rộng DNA Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DNA Helper |
ID | oimjfgjbejdnjcmabdlinfgnhhllcgmf |
URL Chính Thức | https://chromewebstore.google.com/detail/dna-helper/oimjfgjbejdnjcmabdlinfgnhhllcgmf |
Mô tả | Basic nucleotide manipulations at the address bar! |
Kích Thước Tệp | 70.66 KB |
Số Lần Cài Đặt | 197 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2016-06-14 |
Ngày Phát Hành | 2016-06-13 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Chiraag Kapadia |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |