Real Jewish calendar

Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more

Τι είναι το Real Jewish calendar;

Το Real Jewish calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://inet-lab.net, και η κύρια λειτουργία του είναι "Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Real Jewish calendar

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

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

                        Unlike many other calendars or date converters available online, the goal here is to present Hebrew calendar by itself, not as an overlay, in a customary monthly or yearly view, as if that's the only game in town. There is also 19-year view which helps to visualize lunar metonic cycle and leap years.

In a default monthly view you can hover over any date and see the corresponding Gregorian date, moon phase, and also sunrise/sunset times in your location as long as it could be determined and your browser is allowed to access it.

This extension is 100% offline, accesses no remote resources whatsoever, it will happily work without internet access, and it doesn’t track you in any way; all information it saves is saved locally in your browser.

NOTE: Current implementation is somewhat old (I created it back in 2019, but never published until now), doesn’t yet take advantage of some new API for Chrome extension and UI could be better. I am working on a new version, but in the meantime, current version is entirely usable, so please enjoy it.                    

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

Όνομα Real Jewish calendar Real Jewish calendar
ID lgfllfljkpaekhehknpnalicagjllhmn
Επίσημο URL https://chromewebstore.google.com/detail/real-jewish-calendar/lgfllfljkpaekhehknpnalicagjllhmn
Περιγραφή Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more
Μέγεθος Αρχείου 186 KB
Αριθμός Εγκαταστάσεων 518
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2021-03-23
Ημερομηνία Δημοσίευσης 2021-03-23
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://inet-lab.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.inet-lab.net/soft/hcal
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real Jewish calendar",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more",
    "icons": {
        "128": "icons\/01-tishrei-128.png"
    },
    "permissions": [
        "geolocation",
        "storage"
    ],
    "browser_action": {
        "default_title": "Jewish calendar",
        "default_icon": "icons\/01-tishrei-128.png",
        "default_popup": "html\/popup.html"
    }
}