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开发的Chrome扩展程序,该扩展的主要功能是“Traditional Jewish calendar with jewish holidays, moon phases, sunsets, sunrises and more”。

扩展截图

screenshot
screenshot
screenshot

下载Real Jewish calendar扩展crx文件

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