solar calendar
Solar calendar for Persian people or anyone who needs it
什麼是solar calendar?
solar calendar是由Mahdi Khavari開發的Chrome擴展程式,該擴展的主要功能是“Solar calendar for Persian people or anyone who needs it”。
擴展截圖
下載solar calendar擴展crx文件
下載solar calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you are a Persian user of chrome you might needed to know the date of today and for an easy access I suggest you to install this extension
擴展基本資訊
名稱 | solar calendar |
ID | jhjehdpjbicllnjfmndodlkochnpgfnk |
官方網址 | https://chromewebstore.google.com/detail/solar-calendar/jhjehdpjbicllnjfmndodlkochnpgfnk |
簡介 | Solar calendar for Persian people or anyone who needs it |
檔案大小 | 66.64 KB |
安裝次數 | 244 |
目前版本 | 0.0.2 |
更新時間 | 2021-03-19 |
上架時間 | 2021-03-18 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Mahdi Khavari |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | fa |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "solar calendar", "description": "Solar calendar for Persian people or anyone who needs it", "version": "0.0.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "\/images\/unnamed16.png", "32": "\/images\/unnamed32.png", "48": "\/images\/unnamed48.png", "128": "\/images\/unnamed128.png" } } |