Geneanet
Official app for Geneanet
Cos'è Geneanet?
Geneanet è un'estensione di Chrome sviluppata da https://www.geneanet.org, e la sua funzione principale è "Official app for Geneanet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Geneanet
Scarica i file di estensione Geneanet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bdedlcndcclakomgkecnnmfkhioellae |
| URL Ufficiale | https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae |
| Descrizione | Official app for Geneanet |
| Dimensione del File | 593 KB |
| Conteggio Installazioni | 5,938 |
| Versione Corrente | 1.1.2 |
| Ultimo Aggiornamento | 2022-12-06 |
| Data di Pubblicazione | 2019-04-16 |
| Valutazione | 4.63/5 Totale 8 Valutazioni |
| Sviluppatore | https://www.geneanet.org |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.geneanet.org/product/chromeextension |
| URL della Pagina della Politica sulla Privacy | https://www.geneanet.org/legal/privacy |
| Lingue Supportate | 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"
} | |