Geneanet

Official app for Geneanet

Geneanet란 무엇입니까?

Geneanet은(는) https://www.geneanet.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official app for Geneanet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Geneanet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Geneanet Geneanet
ID bdedlcndcclakomgkecnnmfkhioellae
공식 URL https://chromewebstore.google.com/detail/geneanet/bdedlcndcclakomgkecnnmfkhioellae
설명 Official app for Geneanet
파일 크기 593 KB
설치 횟수 5,938
현재 버전 1.1.2
최근 업데이트 2022-12-06
출시 날짜 2019-04-16
평점 4.63/5 총 8 개의 평점
개발자 https://www.geneanet.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.geneanet.org/product/chromeextension
개인정보 보호 정책 페이지 URL https://www.geneanet.org/legal/privacy
지원되는 언어 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"
}