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…

What is Geni Julian Calendar?

Geni Julian Calendar is a Chrome extension developed by Alex, and its main feature is "This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on…".

Extension Screenshots

screenshot

Download Geni Julian Calendar Extension CRX File

Download Geni Julian Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on geni.com.                    

Extension Basic Information

Name Geni Julian Calendar Geni Julian Calendar
ID ghidgmiophmpdnacpngdncdoflclbkgj
Official URL https://chromewebstore.google.com/detail/geni-julian-calendar/ghidgmiophmpdnacpngdncdoflclbkgj
Description This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on…
File Size 8.62 KB
Installation Count 29
Current Version 0.3.8
Last Updated 2022-10-27
Publish Date 2021-12-12
Developer Alex
Email [email protected]
Payment Type free
Help Page URL https://github.com/sponsors/hazzik
Supported Languages 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"
            ]
        }
    ]
}