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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}