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"
}