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文件
下载Persian Jalali Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |