solar calendar
Solar calendar for Persian people or anyone who needs it
Wat is solar calendar?
solar calendar is een Chrome-extensie ontwikkeld door Mahdi Khavari, en de belangrijkste functie is "Solar calendar for Persian people or anyone who needs it".
Extensie Screenshots
Download het CRX-bestand van de extensie solar calendar
Download solar calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jhjehdpjbicllnjfmndodlkochnpgfnk |
| Officiële URL | https://chromewebstore.google.com/detail/solar-calendar/jhjehdpjbicllnjfmndodlkochnpgfnk |
| Beschrijving | Solar calendar for Persian people or anyone who needs it |
| Bestandsgrootte | 66.64 KB |
| Aantal Installaties | 244 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2021-03-19 |
| Publicatiedatum | 2021-03-18 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Mahdi Khavari |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |