Geneanet
Official app for Geneanet
Geneanetคืออะไร?
Geneanet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.geneanet.org และคุณลักษณะหลักของมันคือ "Official app for Geneanet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geneanet
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } |