solar calendar

Solar calendar for Persian people or anyone who needs it

Qu'est-ce que solar calendar ?

solar calendar est une extension Chrome développée par Mahdi Khavari, et sa fonction principale est "Solar calendar for Persian people or anyone who needs it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension solar calendar

Téléchargez les fichiers d'extension solar calendar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom solar calendar solar calendar
ID jhjehdpjbicllnjfmndodlkochnpgfnk
URL Officiel https://chromewebstore.google.com/detail/solar-calendar/jhjehdpjbicllnjfmndodlkochnpgfnk
Description Solar calendar for Persian people or anyone who needs it
Taille du Fichier 66.64 KB
Nombre d'Installations 244
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-03-19
Date de Publication 2021-03-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur Mahdi Khavari
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}