Geneanet
Official app for Geneanet
Co to jest Geneanet?
Geneanet to rozszerzenie Chrome opracowane przez https://www.geneanet.org, a jego główną funkcją jest „Official app for Geneanet”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Geneanet
Pobierz pliki rozszerzeń Geneanet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | bdedlcndcclakomgkecnnmfkhioellae | 
| Oficjalny URL | https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae | 
| Opis | Official app for Geneanet | 
| Rozmiar pliku | 593 KB | 
| Liczba instalacji | 5,938 | 
| Aktualna Wersja | 1.1.2 | 
| Ostatnia Aktualizacja | 2022-12-06 | 
| Data Publikacji | 2019-04-16 | 
| Ocena | 4.63/5 Łącznie 8 Oceny | 
| Deweloper | https://www.geneanet.org | 
| [email protected] | |
| Typ Płatności | free | 
| Strona Rozszerzenia | https://www.geneanet.org/product/chromeextension | 
| Adres URL Strony Polityki Prywatności | https://www.geneanet.org/legal/privacy | 
| Obsługiwane Języki | 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"
}  |  |