DNA Helper
Basic nucleotide manipulations at the address bar!
DNA Helper क्या है?
DNA Helper Chiraag Kapadia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Basic nucleotide manipulations at the address bar!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DNA Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |