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…
什么是Geni Julian Calendar?
Geni Julian Calendar是由Alex开发的Chrome扩展程序,该扩展的主要功能是“This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on…”。
扩展截图
下载Geni Julian Calendar扩展crx文件
下载Geni Julian Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on geni.com. 扩展基本信息
| 名称 | |
| ID | ghidgmiophmpdnacpngdncdoflclbkgj |
| 官方URL | https://chromewebstore.google.com/detail/geni-julian-calendar/ghidgmiophmpdnacpngdncdoflclbkgj |
| 简介 | This plugin adds two buttons to convert date fields from Julian to Gregorian calendars and vice-versa on person edit pages on… |
| 文件大小 | 8.62 KB |
| 安装次数 | 29 |
| 当前版本 | 0.3.8 |
| 更新时间 | 2022-10-27 |
| 上架时间 | 2021-12-12 |
| 开发者 | Alex |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/sponsors/hazzik |
| 支持的语言 | 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"
]
}
]
} | |