Untangle
Untangle family trees by comparing people from multipe trees
Apa itu Untangle?
Untangle adalah ekstensi Chrome yang dikembangkan oleh rogeralsing, dan fitur utamanya adalah "Untangle family trees by comparing people from multipe trees".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Untangle
Unduh file ekstensi Untangle 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
Untangle helps MyHeritage users untangle their family trees by automatically discovering shared matches between their own and other users trees.
Informasi Dasar Ekstensi
Nama | Untangle |
ID | eigcblhnonddpnhdbppjeijblhpobbpd |
URL Resmi | https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd |
Deskripsi | Untangle family trees by comparing people from multipe trees |
Ukuran File | 38.64 KB |
Jumlah Instalasi | 113 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-10-13 |
Tanggal Publikasi | 2018-10-13 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | rogeralsing |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Untangle", "description": "Untangle family trees by comparing people from multipe trees", "version": "1.2", "permissions": [ "https:\/\/*.myheritage.se" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*\/pedigree-tree-*" ], "js": [ "jquery-1.11.3.min.js", "script.js" ], "css": [ "css\/mycss.css" ] } ], "web_accessible_resources": [ "img\/*.png" ] } |