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 |
| Eメール | [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"
]
}
]
} | |