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…
Wat is Geni Julian Calendar?
Geni Julian Calendar is een Chrome-extensie ontwikkeld door Alex, en de belangrijkste functie is "This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on…".
Extensie Screenshots
Download het CRX-bestand van de extensie Geni Julian Calendar
Download Geni Julian Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on geni.com. Basisinformatie over de Extensie
| Naam | |
| ID | ghidgmiophmpdnacpngdncdoflclbkgj |
| Officiële URL | https://chromewebstore.google.com/detail/geni-julian-calendar/ghidgmiophmpdnacpngdncdoflclbkgj |
| Beschrijving | This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on… |
| Bestandsgrootte | 8.62 KB |
| Aantal Installaties | 29 |
| Huidige Versie | 0.3.8 |
| Laatst Bijgewerkt | 2022-10-27 |
| Publicatiedatum | 2021-12-12 |
| Ontwikkelaar | Alex |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/sponsors/hazzik |
| Ondersteunde Talen | 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"
]
}
]
} | |