Geneanet
Official app for Geneanet
Wat is Geneanet?
Geneanet is een Chrome-extensie ontwikkeld door https://www.geneanet.org, en de belangrijkste functie is "Official app for Geneanet".
Extensie Screenshots
Download het CRX-bestand van de extensie Geneanet
Download Geneanet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Geneanet |
ID | bdedlcndcclakomgkecnnmfkhioellae |
Officiële URL | https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae |
Beschrijving | Official app for Geneanet |
Bestandsgrootte | 593 KB |
Aantal Installaties | 5,938 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2022-12-06 |
Publicatiedatum | 2019-04-16 |
Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://www.geneanet.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.geneanet.org/product/chromeextension |
URL van de Privacybeleid Pagina | https://www.geneanet.org/legal/privacy |
Ondersteunde Talen | 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" } |