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 |
| 官方網址 | 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"
]
}
]
} | |