Untangle
Untangle family trees by comparing people from multipe trees
Untangleคืออะไร?
Untangle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rogeralsing และคุณลักษณะหลักของมันคือ "Untangle family trees by comparing people from multipe trees"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Untangle
ดาวน์โหลดไฟล์ส่วนขยาย Untangle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Untangle helps MyHeritage users untangle their family trees by automatically discovering shared matches between their own and other users trees.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Untangle |
ID | eigcblhnonddpnhdbppjeijblhpobbpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd |
คำอธิบาย | Untangle family trees by comparing people from multipe trees |
ขนาดไฟล์ | 38.64 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-10-13 |
วันที่เผยแพร่ | 2018-10-13 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | rogeralsing |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } |