Persian Jalali Calendar

Persian Jalali Calendar, with date converter

Что такое Persian Jalali Calendar?

Persian Jalali Calendar - это расширение Chrome, разработанное Bahram Maravandi, и его основная функция - "Persian Jalali Calendar, with date converter".

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

screenshot
screenshot

Скачать файл CRX расширения Persian Jalali Calendar

Скачайте файлы расширений Persian Jalali Calendar в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Persian Jalali Calendar for using in Chrome. This Calendar shows the current date of the Persian Calendar in Month format.

Tooltip date and events are updated periodically.

The Events are requested from Persian famouse People Calendar, Persian National Calendar and Persian National Festivals.

Click the امروز Button to return to today's date or navigate through next or previous months by clicking << or >> Buttons.

You could convert a given Date to a Jalali, Gregorian, Islamic or Hebrew Date. Please enter your dates in yyyy-mm-dd format.

Version 2.0 was redisgned by Mr. Mojtaba Taheri.

For more Information, please visit the Official Facebook page at: https://www.facebook.com/chromeTaghvim                    

Основная информация о расширении

Название Persian Jalali Calendar Persian Jalali Calendar
ID baacdjbfffggbkmodigllhihmfnaiehf
Официальный URL https://chromewebstore.google.com/detail/persian-jalali-calendar/baacdjbfffggbkmodigllhihmfnaiehf
Описание Persian Jalali Calendar, with date converter
Размер файла 239 KB
Количество установок 11,910
Текущая Версия 2.3.4
Последнее Обновление 2022-02-02
Дата публикации 2017-05-21
Рейтинг 4.57/5 Всего 238 оценок
Разработчик Bahram Maravandi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.facebook.com/chromeTaghvim
URL страницы помощи https://sites.google.com/site/jalalical/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "pages\/calendar.html",
        "default_title": "Persian Calendar"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'",
    "description": "Persian Jalali Calendar, with date converter",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png"
    },
    "manifest_version": 2,
    "name": "Persian Jalali Calendar",
    "options_page": "pages\/options.html",
    "permissions": [
        "notifications"
    ],
    "short_name": "Taghvim",
    "version": "2.3.4"
}