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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |