FamilySearch Tools
This extension adds useful tools while working on FamilySearch.
What is FamilySearch Tools?
FamilySearch Tools is a Chrome extension developed by Unknown, and its main feature is "This extension adds useful tools while working on FamilySearch.".
Extension Screenshots
Download FamilySearch Tools Extension CRX File
Download FamilySearch Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FamilySearch Tools |
ID | nofeohbnmmegdlalmkbjhkcjgkgegblf |
Official URL | https://chromewebstore.google.com/detail/familysearch-tools/nofeohbnmmegdlalmkbjhkcjgkgegblf |
Description | This extension adds useful tools while working on FamilySearch. |
File Size | 10.29 KB |
Installation Count | 4,971 |
Current Version | 1.0.1 |
Last Updated | 2015-09-28 |
Publish Date | 2015-09-28 |
Rating | 3.23/5 Total 13 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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\/" ] } |