Badíʿ Calendar

Shows today's date in the Badíʿ (Wondrous) calendar, the official calendar of the Bahá'í Faith.

Τι είναι το Badíʿ Calendar;

Το Badíʿ Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sites.google.com/site/badicalendartools, και η κύρια λειτουργία του είναι "Shows today's date in the Badíʿ (Wondrous) calendar, the official calendar of the Bahá'í Faith.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Λήψη αρχείων επέκτασης Badíʿ Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension displays the date in the Badíʿ (Wondrous) calendar where you are, automatically determining sunset times. Days in the Badíʿ calendar start and end at sunset.

The icon in the toolbar is subtle but keeps you informed of the current date in the Badíʿ calendar. By clicking on the icon, more detailed information is shown. Some things you can view or do:

- Copy the current date in a variety of formats, for use in other places.

- View the Badíʿ date for any day of any year - what was the date on your birthday?

- Set reminders before/after sunrise and sunset. Have your computer announce them out loud!

- View a list of dates for upcoming Feasts and Holy Days.

- View a full calendar (in Gregorian or Badíʿ layout) appropriate for printing.

- View the Fast times for your location.

- Export an iCal file with Badíʿ dates, for import into any calendar system.

- Get a list of special dates for planning years into the future.

- Design your own custom date formats.

- Trigger IFFF actions or Zapier webhooks according to Badíʿ dates or sunrise/set times.

See the website linked below for complete details and history.

Also look in the web store for these related extensions:
- Badíʿ Calendar - Helper for Google Calendar
- Badíʿ Calendar - Helper for Facebook
- Badíʿ Calendar - Helper for Twitter

Please view the Support tab and submit Suggestions on how this extension could be improved! If you can help translate the extension into your language, please let me know! Current languages are shown below.

Author: Glen Little (Calgary, Canada)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Badíʿ Calendar Badíʿ Calendar
ID egekinjjpolponbbfjimifpgfdmphomp
Επίσημο URL https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar/egekinjjpolponbbfjimifpgfdmphomp
Περιγραφή Shows today's date in the Badíʿ (Wondrous) calendar, the official calendar of the Bahá'í Faith.
Μέγεθος Αρχείου 476 KB
Αριθμός Εγκαταστάσεων 1,181
Τρέχουσα Έκδοση 3.2.3
Τελευταία Ενημέρωση 2024-01-24
Ημερομηνία Δημοσίευσης 2019-11-06
Αξιολόγηση 4.83/5 Συνολικά 42 Αξιολογήσεις
Προγραμματιστής https://sites.google.com/site/badicalendartools
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/site/badicalendartools/home/web-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://sites.google.com/site/badicalendartools/home/web-extension
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/site/badicalendartools/home/web-extension
Υποστηριζόμενες Γλώσσες de,en,fr,nl,da,es,fi,sv,ru,iw,fa,hi,ta,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "3.2.3",
    "description": "__MSG_titleDesc__",
    "default_locale": "en",
    "icons": {
        "48": "badi19a-48.png",
        "128": "badi19a-128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js",
            "sharedBrowser.js",
            "suncalc.js",
            "holydays.js",
            "moment.min.js",
            "shared.js",
            "backgroundReminderModule.js"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications",
        "geolocation",
        "contextMenus",
        "clipboardWrite",
        "tts",
        "https:\/\/maker.ifttt.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": {
            "48": "badi19a-48.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/maps.googleapis.com; object-src 'self'",
    "author": "Glen Little",
    "short_name": "BadiCal",
    "manifest_version": 2,
    "incognito": "split",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+D",
                "mac": "Command+Shift+D",
                "chromeos": "Ctrl+Shift+D",
                "linux": "Ctrl+Shift+D"
            }
        }
    }
}