mitoYDNA File

Creates a file for uploading to mitoYDNA.

Wat is mitoYDNA File?

mitoYDNA File is een Chrome-extensie ontwikkeld door https://mitoydna.org, en de belangrijkste functie is "Creates a file for uploading to mitoYDNA.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie mitoYDNA File

Download mitoYDNA File-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam mitoYDNA File mitoYDNA File
ID obnalpnjpcdcdnoaalkjgmnpcjjmbcoh
Officiële URL https://chromewebstore.google.com/detail/mitoydna-file/obnalpnjpcdcdnoaalkjgmnpcjjmbcoh
Beschrijving Creates a file for uploading to mitoYDNA.
Bestandsgrootte 25.21 KB
Aantal Installaties 2,609
Huidige Versie 1.3.2
Laatst Bijgewerkt 2021-09-07
Publicatiedatum 2019-10-09
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar https://mitoydna.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.mitoydna.org/
Help Pagina-URL https://www.mitoydna.org/About
URL van de Privacybeleid Pagina https://www.mitoydna.org/Privacy
Ondersteunde Talen 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"
}