Geneanet

Official app for Geneanet

Co je Geneanet?

Geneanet je rozšíření Chrome vyvinuté https://www.geneanet.org, a jeho hlavní funkcí je „Official app for Geneanet“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Geneanet

Stáhněte si soubory rozšíření Geneanet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Geneanet Geneanet
ID bdedlcndcclakomgkecnnmfkhioellae
Oficiální URL https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae
Popis Official app for Geneanet
Velikost souboru 593 KB
Počet instalací 5,938
Aktuální Verze 1.1.2
Poslední Aktualizace 2022-12-06
Datum Vydání 2019-04-16
Hodnocení 4.63/5 Celkem 8 Hodnocení
Vývojář https://www.geneanet.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.geneanet.org/product/chromeextension
URL Stránky Zásad Ochrany Soukromí https://www.geneanet.org/legal/privacy
Podporované Jazyky 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"
}