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