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"입니다.
확장 프로그램 스크린샷
Real Jewish calendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |