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. Основная информация о расширении
| Название | |
| 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"
} | |