Geneanet
Official app for Geneanet
What is Geneanet?
Geneanet is a Chrome extension developed by https://www.geneanet.org, and its main feature is "Official app for Geneanet".
Extension Screenshots
Download Geneanet Extension CRX File
Download Geneanet 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
Geneanet has launched a Chrome extension to easily access multiple services. - You can search the Geneanet database from outside the website: enter a last name and a first name in the search form, - or highlight a name in any web page (Geneanet family tree, Wikipedia, other site) then right click and select "Geneanet: Search individuals", - You can be notified when receiving a message through Geneanet, - You can be notified when a matching process is completed.
Extension Basic Information
Name | Geneanet |
ID | bdedlcndcclakomgkecnnmfkhioellae |
Official URL | https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae |
Description | Official app for Geneanet |
File Size | 593 KB |
Installation Count | 5,938 |
Current Version | 1.1.2 |
Last Updated | 2022-12-06 |
Publish Date | 2019-04-16 |
Rating | 4.63/5 Total 8 Ratings |
Developer | https://www.geneanet.org |
[email protected] | |
Payment Type | free |
Extension Website | https://www.geneanet.org/product/chromeextension |
Privacy Policy Page URL | https://www.geneanet.org/legal/privacy |
Supported Languages | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Geneanet", "description": "__MSG_extDescription__", "version": "1.1.2", "default_locale": "fr", "icons": { "16": "img\/logo\/16.png", "128": "img\/logo\/128.png" }, "browser_action": { "default_icon": "img\/logo\/top.png", "default_popup": "index.html" }, "permissions": [ "notifications", "contextMenus", "*:\/\/*.geneanet.org\/*" ], "background": { "persistent": true, "scripts": [ "js\/background.js", "start-bg.js" ] }, "options_page": "index.html#settings" } |