Real Jewish calendar

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

Real Jewish calendar क्या है?

Real Jewish calendar https://inet-lab.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Real Jewish calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}