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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/badicalendartools, και η κύρια λειτουργία του είναι "Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Badíʿ Calendar - Helper for Google Calendar

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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\/*"
            ]
        }
    ]
}