Geni Julian Calendar
This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on…
Co to jest Geni Julian Calendar?
Geni Julian Calendar to rozszerzenie Chrome opracowane przez Alex, a jego główną funkcją jest „This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Geni Julian Calendar
Pobierz pliki rozszerzeń Geni Julian Calendar 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
This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on geni.com. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ghidgmiophmpdnacpngdncdoflclbkgj |
| Oficjalny URL | https://chromewebstore.google.com/detail/geni-julian-calendar/ghidgmiophmpdnacpngdncdoflclbkgj |
| Opis | This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on… |
| Rozmiar pliku | 8.62 KB |
| Liczba instalacji | 29 |
| Aktualna Wersja | 0.3.8 |
| Ostatnia Aktualizacja | 2022-10-27 |
| Data Publikacji | 2021-12-12 |
| Deweloper | Alex |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://github.com/sponsors/hazzik |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Geni Julian Calendar",
"version": "0.3.8",
"content_scripts": [
{
"matches": [
"https:\/\/www.geni.com\/people\/*",
"https:\/\/www.geni.com\/profile\/edit_basics\/*",
"https:\/\/www.geni.com\/profile\/edit_relationships\/*",
"https:\/\/www.geni.com\/family-tree\/create_branch",
"https:\/\/www.geni.com\/family-tree\/index\/*"
],
"js": [
"main.js"
]
}
]
} | |