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 |
官方網址 | 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" } |