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 |
| 官方網址 | 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"
} | |