Badíʿ Calendar - Helper for Google Calendar

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

Was ist Badíʿ Calendar - Helper for Google Calendar?

Badíʿ Calendar - Helper for Google Calendar ist eine Chrome-Erweiterung, die von https://sites.google.com/site/badicalendartools entwickelt wurde, und ihr Hauptmerkmal ist "Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.".

Erweiterungsscreenshots

screenshot
screenshot

Badíʿ Calendar - Helper for Google Calendar-Erweiterungs-CRX-Datei herunterladen

Laden Sie Badíʿ Calendar - Helper for Google Calendar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Badíʿ Calendar - Helper for Google Calendar Badíʿ Calendar - Helper for Google Calendar
ID hbgnmlfblbpjohobgcopachcgjdbpdop
Offizielle URL https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar-helper-for/hbgnmlfblbpjohobgcopachcgjdbpdop
Beschreibung Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.
Dateigröße 74.81 KB
Installationsanzahl 255
Aktuelle Version 1.3.5
Letztes Update 2021-02-08
Veröffentlichungsdatum 2020-02-01
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://sites.google.com/site/badicalendartools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-google-calendar
Hilfeseite URL https://sites.google.com/site/badicalendartools/home/web-extension
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}