mitoYDNA File
Creates a file for uploading to mitoYDNA.
What is mitoYDNA File?
mitoYDNA File is a Chrome extension developed by https://mitoydna.org, and its main feature is "Creates a file for uploading to mitoYDNA.".
Extension Screenshots
Download mitoYDNA File Extension CRX File
Download mitoYDNA File extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension creates a CSV file while on the FT-DNA site for uploading Mitochondrial DNA (mtDNA) data to mitoYDNA. It will also create a .CSV file for Mitochondrial data from YSEQ for upload to mitoYDNA.
Extension Basic Information
Name | mitoYDNA File |
ID | obnalpnjpcdcdnoaalkjgmnpcjjmbcoh |
Official URL | https://chromewebstore.google.com/detail/mitoydna-file/obnalpnjpcdcdnoaalkjgmnpcjjmbcoh |
Description | Creates a file for uploading to mitoYDNA. |
File Size | 25.21 KB |
Installation Count | 2,609 |
Current Version | 1.3.2 |
Last Updated | 2021-09-07 |
Publish Date | 2019-10-09 |
Rating | 4.29/5 Total 7 Ratings |
Developer | https://mitoydna.org |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mitoydna.org/ |
Help Page URL | https://www.mitoydna.org/About |
Privacy Policy Page URL | https://www.mitoydna.org/Privacy |
Supported Languages | en-US |
manifest.json | |
{ "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "content-scripts\/content.js" ], "matches": [ "https:\/\/www.familytreedna.com\/my\/mtdna-results*", "https:\/\/www.yseq.net\/mtdna.php*" ], "run_at": "document_end" } ], "description": "Creates a file for uploading to mitoYDNA.", "icons": { "128": "images\/mitoYDNAfavicon.png", "48": "images\/mitoYDNAfavicon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiu3opnPX9S8BZhezlxbjlqC2XFteagxmgYrw3Bsu\/BUz7BJpDUqDV4HFfZyM3MzyYFBL8UREKWoqJDy\/A0Ein0uQH6P\/lvpK05nx8rY\/LC9JRJaD49ZxPOkgO7xDaL1sP7J1aZY4EOs2+53z+N0esj3LYR\/sZWvIPCCWMFhfo7uVmL1yKrT8AuoBwSuBxvQqvPMYEmukNgTNztR1aGsVzWfwkEJVDRnmw14Lenh145r5vZLjNHoDGMluyKJljFNela8o2KFr3szRSo+FRTM3kL05DoxpqDUkUkOSa3M5MmU7hIlQrdDl+GIQo2Bt6jTp4r7LPqjxbicPjZHc2gMqiwIDAQAB", "manifest_version": 2, "name": "mitoYDNA File", "permissions": [ "activeTab", "tabs" ], "short_name": "mitoYDNA", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3.2" } |