solar calendar

Solar calendar for Persian people or anyone who needs it

What is solar calendar?

solar calendar is a Chrome extension developed by Mahdi Khavari, and its main feature is "Solar calendar for Persian people or anyone who needs it".

Extension Screenshots

screenshot

Download solar calendar Extension CRX File

Download solar calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name solar calendar solar calendar
ID jhjehdpjbicllnjfmndodlkochnpgfnk
Official URL https://chromewebstore.google.com/detail/solar-calendar/jhjehdpjbicllnjfmndodlkochnpgfnk
Description Solar calendar for Persian people or anyone who needs it
File Size 66.64 KB
Installation Count 244
Current Version 0.0.2
Last Updated 2021-03-19
Publish Date 2021-03-18
Rating 5.00/5 Total 2 Ratings
Developer Mahdi Khavari
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}