Badíʿ Calendar - Helper for Google Calendar

Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.

Badíʿ Calendar - Helper for Google Calendarとは何ですか?

Badíʿ Calendar - Helper for Google Calendarはhttps://sites.google.com/site/badicalendartoolsによって開発されたChromeの拡張機能で、その主な機能は「Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Badíʿ Calendar - Helper for Google Calendar拡張機能のCRXファイルをダウンロード

Badíʿ Calendar - Helper for Google Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is a helper for the "Badíʿ Calendar" extension. You must install both extensions for this one to work!

This helper extension integrates into Google Calendar webpages to display dates from the Badíʿ (Wondrous/Badi) calendar! Works for month and day views.

The language used is set inside the main Badíʿ Calendar extension.                    

拡張機能の基本情報

名前 Badíʿ Calendar - Helper for Google Calendar Badíʿ Calendar - Helper for Google Calendar
ID hbgnmlfblbpjohobgcopachcgjdbpdop
公式URL https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar-helper-for/hbgnmlfblbpjohobgcopachcgjdbpdop
説明 Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.
ファイルサイズ 74.81 KB
インストール数 255
現在のバージョン 1.3.5
最終更新日 2021-02-08
公開日 2020-02-01
評価 5.00/5 合計 4 レビュー
開発者 https://sites.google.com/site/badicalendartools
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-google-calendar
ヘルプページのURL https://sites.google.com/site/badicalendartools/home/web-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.3.5",
    "description": "__MSG_titleDesc__",
    "default_locale": "en",
    "icons": {
        "128": "badi19plus-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js",
            "shared.js"
        ]
    },
    "web_accessible_resources": [
        "star.png"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "author": "Glen Little",
    "short_name": "BadiCalGCal",
    "manifest_version": 2,
    "incognito": "split",
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "moment.min.js",
                "shared.js",
                "gcal2.js"
            ],
            "css": [
                "gcal2.css"
            ],
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/*"
            ]
        }
    ]
}