Persian Jalali Calendar
Persian Jalali Calendar, with date converter
Persian Jalali Calendar란 무엇입니까?
Persian Jalali Calendar은(는) Bahram Maravandi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Persian Jalali Calendar, with date converter"입니다.
확장 프로그램 스크린샷
Persian Jalali Calendar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Persian Jalali Calendar for using in Chrome. This Calendar shows the current date of the Persian Calendar in Month format. Tooltip date and events are updated periodically. The Events are requested from Persian famouse People Calendar, Persian National Calendar and Persian National Festivals. Click the امروز Button to return to today's date or navigate through next or previous months by clicking << or >> Buttons. You could convert a given Date to a Jalali, Gregorian, Islamic or Hebrew Date. Please enter your dates in yyyy-mm-dd format. Version 2.0 was redisgned by Mr. Mojtaba Taheri. For more Information, please visit the Official Facebook page at: https://www.facebook.com/chromeTaghvim
확장 프로그램 기본 정보
이름 | Persian Jalali Calendar |
ID | baacdjbfffggbkmodigllhihmfnaiehf |
공식 URL | https://chromewebstore.google.com/detail/persian-jalali-calendar/baacdjbfffggbkmodigllhihmfnaiehf |
설명 | Persian Jalali Calendar, with date converter |
파일 크기 | 239 KB |
설치 횟수 | 11,910 |
현재 버전 | 2.3.4 |
최근 업데이트 | 2022-02-02 |
출시 날짜 | 2017-05-21 |
평점 | 4.57/5 총 238 개의 평점 |
개발자 | Bahram Maravandi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.facebook.com/chromeTaghvim |
도움말 페이지 URL | https://sites.google.com/site/jalalical/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "pages\/background.html" }, "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "pages\/calendar.html", "default_title": "Persian Calendar" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'", "description": "Persian Jalali Calendar, with date converter", "icons": { "128": "images\/icon-128.png", "16": "images\/icon.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png" }, "manifest_version": 2, "name": "Persian Jalali Calendar", "options_page": "pages\/options.html", "permissions": [ "notifications" ], "short_name": "Taghvim", "version": "2.3.4" } |