Untangle
Untangle family trees by comparing people from multipe trees
O que é Untangle?
Untangle é uma extensão do Chrome desenvolvida por rogeralsing, e sua principal característica é "Untangle family trees by comparing people from multipe trees".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Untangle
Baixe arquivos de extensão Untangle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Untangle helps MyHeritage users untangle their family trees by automatically discovering shared matches between their own and other users trees.
Informações Básicas da Extensão
Nome | Untangle |
ID | eigcblhnonddpnhdbppjeijblhpobbpd |
URL Oficial | https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd |
Descrição | Untangle family trees by comparing people from multipe trees |
Tamanho do Arquivo | 38.64 KB |
Contagem de Instalações | 113 |
Versão Atual | 1.2 |
Última Atualização | 2018-10-13 |
Data de Publicação | 2018-10-13 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | rogeralsing |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |