Geneanet
Official app for Geneanet
Geneanetとは何ですか?
Geneanetはhttps://www.geneanet.orgによって開発されたChromeの拡張機能で、その主な機能は「Official app for Geneanet」です。
拡張機能のスクリーンショット
Geneanet拡張機能のCRXファイルをダウンロード
Geneanet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |