DNA Helper
Basic nucleotide manipulations at the address bar!
ما هو DNA Helper؟
DNA Helper هو إضافة Chrome تم تطويرها بواسطة Chiraag Kapadia، والميزة الرئيسية لها هي "Basic nucleotide manipulations at the address bar!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DNA Helper
قم بتنزيل ملفات الامتداد DNA Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" ] } |