529renew
Tracks 23andMe DNA Matches using a local SQL database
Apa itu 529renew?
529renew adalah ekstensi Chrome yang dikembangkan oleh CameronD73, dan fitur utamanya adalah "Tracks 23andMe DNA Matches using a local SQL database".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 529renew
Unduh file ekstensi 529renew dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Stores your 23andMe DNA Matches in a local database. Allows you to export to other analysis software such as GDAT and Gephi. It also lists shared segments and has a graphical display of overlapping segments shared and not shared between two people. This is a reworking of the "529 and You" extension that is no longer available. This extension has a different database layout, but it can import csv files that were exported from 529 and You (provided that they included the unique ID code for each person).
Informasi Dasar Ekstensi
Nama | 529renew |
ID | hgckkjajmcmbificinfabmaelboedjic |
URL Resmi | https://chromewebstore.google.com/detail/529renew/hgckkjajmcmbificinfabmaelboedjic |
Deskripsi | Tracks 23andMe DNA Matches using a local SQL database |
Ukuran File | 864 KB |
Jumlah Instalasi | 231 |
Versi Saat Ini | 2.0.1 |
Terakhir Diperbarui | 2024-01-01 |
Tanggal Publikasi | 2022-10-16 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | CameronD73 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/CameronD73/529renew |
URL Halaman Kebijakan Privasi | https://raw.githubusercontent.com/CameronD73/529renew/main/utils/PrivacyPolicy.txt |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "529renew", "version": "2.0.1", "description": "Tracks 23andMe DNA Matches using a local SQL database", "background": { "service_worker": "service.js" }, "content_scripts": [ { "matches": [ "https:\/\/you.23andme.com\/profile\/*", "https:\/\/you.23andme.com\/p\/*\/profile\/*" ], "js": [ "util\/basicQueue.js", "util\/page_23_utils.js", "util\/dates.js", "util\/validations.js", "save_segments.js" ], "run_at": "document_idle", "all_frames": false }, { "matches": [ "https:\/\/you.23andme.com\/family\/relatives\/*", "https:\/\/you.23andme.com\/p\/*\/family\/relatives\/*" ], "js": [ "start_db_tab.js" ], "run_at": "document_start", "all_frames": false }, { "matches": [ "https:\/\/you.23andme.com\/family\/relatives\/*", "https:\/\/you.23andme.com\/p\/*\/family\/relatives\/*" ], "js": [ "util\/basicQueue.js", "util\/page_23_utils.js", "util\/rounding.js", "util\/validations.js", "scan_relatives.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "tabs", "storage", "unlimitedStorage" ], "icons": { "16": "logos\/529renew-16.png", "19": "logos\/529renew-19.png", "48": "logos\/529renew-48.png", "128": "logos\/529renew-128.png" }, "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ " |