FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
FamilySearch Family Tree Show Sourcesとは何ですか?
FamilySearch Family Tree Show SourcesはFamily Search Tool Manによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the sources and hints of a Family Tree person or record persona」です。
拡張機能のスクリーンショット
FamilySearch Family Tree Show Sources拡張機能のCRXファイルをダウンロード
FamilySearch Family Tree Show Sources拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When on a "person page" in FamilySearch Family Tree, clicking on the tree icon will open a new tab showing all the sources attached to the person in a grid view. 拡張機能の基本情報
| 名前 | |
| ID | mbpaocchpmekmafpkliigmmkllfedmkb |
| 公式URL | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
| 説明 | This extension shows the sources and hints of a Family Tree person or record persona |
| ファイルサイズ | 9.08 KB |
| インストール数 | 3,258 |
| 現在のバージョン | 1.8 |
| 最終更新日 | 2020-10-13 |
| 公開日 | 2019-06-04 |
| 評価 | 4.58/5 合計 19 レビュー |
| 開発者 | Family Search Tool Man |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FamilySearch Family Tree Show Sources",
"description": "This extension shows the sources and hints of a Family Tree person or record persona",
"version": "1.8",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"declarativeContent",
"activeTab",
"tabs"
]
} | |