RootsFinder Web Clipper
Copy records from genealogy websites and save them to your RootsFinder tree.
What is RootsFinder Web Clipper?
RootsFinder Web Clipper is a Chrome extension developed by https://rootsfinder.com, and its main feature is "Copy records from genealogy websites and save them to your RootsFinder tree.".
Extension Screenshots
Download RootsFinder Web Clipper Extension CRX File
Download RootsFinder Web Clipper 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 you install this extension, you will be able to easily copy records from major genealogy websites into your RootsFinder tree.
Extension Basic Information
Name | RootsFinder Web Clipper |
ID | kldjheniljiaeooejdkbofdgkocfmbin |
Official URL | https://chromewebstore.google.com/detail/rootsfinder-web-clipper/kldjheniljiaeooejdkbofdgkocfmbin |
Description | Copy records from genealogy websites and save them to your RootsFinder tree. |
File Size | 117 KB |
Installation Count | 4,339 |
Current Version | 0.2.0 |
Last Updated | 2021-09-03 |
Publish Date | 2017-08-01 |
Rating | 3.40/5 Total 5 Ratings |
Developer | https://rootsfinder.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.rootsfinder.com |
Help Page URL | http://forum.rootsfinder.com |
Privacy Policy Page URL | https://www.rootsfinder.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RootsFinder Web Clipper", "description": "Copy records from genealogy websites and save them to your RootsFinder tree.", "version": "0.2.0", "browser_action": { "default_title": "RootsFinder Web Clipper" }, "background": { "page": "background\/background.html" }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "permissions": [ "activeTab", "tabs" ], "icons": { "16": "icons\/rootsclipper-16.png", "19": "icons\/rc19.png", "38": "icons\/rc38.png", "48": "icons\/rc48.png", "128": "icons\/rootsclipper-128.png" } } |