Persian Jalali Calendar

Persian Jalali Calendar, with date converter

Persian Jalali Calendarとは何ですか?

Persian Jalali CalendarはBahram Maravandiによって開発されたChromeの拡張機能で、その主な機能は「Persian Jalali Calendar, with date converter」です。

拡張機能のスクリーンショット

screenshot
screenshot

Persian Jalali Calendar拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}