FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
Co to jest FamilySearch Family Tree Show Sources?
FamilySearch Family Tree Show Sources to rozszerzenie Chrome opracowane przez Family Search Tool Man, a jego główną funkcją jest „This extension shows the sources and hints of a Family Tree person or record persona”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FamilySearch Family Tree Show Sources
Pobierz pliki rozszerzeń FamilySearch Family Tree Show Sources w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
When on a "person page" in FamilySearch Family Tree, clicking on the tree icon will open a new tab showing all the sources attached to the person in a grid view. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mbpaocchpmekmafpkliigmmkllfedmkb |
| Oficjalny URL | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
| Opis | This extension shows the sources and hints of a Family Tree person or record persona |
| Rozmiar pliku | 9.08 KB |
| Liczba instalacji | 3,258 |
| Aktualna Wersja | 1.8 |
| Ostatnia Aktualizacja | 2020-10-13 |
| Data Publikacji | 2019-06-04 |
| Ocena | 4.58/5 Łącznie 19 Oceny |
| Deweloper | Family Search Tool Man |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FamilySearch Family Tree Show Sources",
"description": "This extension shows the sources and hints of a Family Tree person or record persona",
"version": "1.8",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"declarativeContent",
"activeTab",
"tabs"
]
} | |