FamilySearch Tools
This extension adds useful tools while working on FamilySearch.
FamilySearch Toolsとは何ですか?
FamilySearch ToolsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension adds useful tools while working on FamilySearch.」です。
拡張機能のスクリーンショット
FamilySearch Tools拡張機能のCRXファイルをダウンロード
FamilySearch Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When viewing records on FamilySearch, clicking the "FamilySearch Tools" extension icon will bring up links to the next/previous records. This is particularly useful when browsing census records in order to get records for other family members and neighbours.
拡張機能の基本情報
名前 | FamilySearch Tools |
ID | nofeohbnmmegdlalmkbjhkcjgkgegblf |
公式URL | https://chromewebstore.google.com/detail/familysearch-tools/nofeohbnmmegdlalmkbjhkcjgkgegblf |
説明 | This extension adds useful tools while working on FamilySearch. |
ファイルサイズ | 10.29 KB |
インストール数 | 4,971 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-09-28 |
公開日 | 2015-09-28 |
評価 | 3.23/5 合計 13 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FamilySearch Tools", "description": "This extension adds useful tools while working on FamilySearch.", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/familysearch.org\/platform\/records\/personas\/" ] } |