solar calendar

Solar calendar for Persian people or anyone who needs it

Что такое solar calendar?

solar calendar - это расширение Chrome, разработанное Mahdi Khavari, и его основная функция - "Solar calendar for Persian people or anyone who needs it".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения solar calendar

Скачайте файлы расширений 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 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"
    }
}