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 |
| 电子邮箱 | [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"
} | |