Untangle
Untangle family trees by comparing people from multipe trees
Untangleとは何ですか?
Untangleはrogeralsingによって開発されたChromeの拡張機能で、その主な機能は「Untangle family trees by comparing people from multipe trees」です。
拡張機能のスクリーンショット
Untangle拡張機能のCRXファイルをダウンロード
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" ] } |