Badíʿ Calendar - Helper for Google Calendar
Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages.
Badíʿ Calendar - Helper for Google Calendarคืออะไร?
Badíʿ Calendar - Helper for Google Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/badicalendartools และคุณลักษณะหลักของมันคือ "Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Badíʿ Calendar - Helper for Google Calendar
ดาวน์โหลดไฟล์ส่วนขยาย Badíʿ Calendar - Helper for Google Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a helper for the "Badíʿ Calendar" extension. You must install both extensions for this one to work! This helper extension integrates into Google Calendar webpages to display dates from the Badíʿ (Wondrous/Badi) calendar! Works for month and day views. The language used is set inside the main Badíʿ Calendar extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Badíʿ Calendar - Helper for Google Calendar |
ID | hbgnmlfblbpjohobgcopachcgjdbpdop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bad%C3%AD%CA%BF-calendar-helper-for/hbgnmlfblbpjohobgcopachcgjdbpdop |
คำอธิบาย | Helper for the Badíʿ Calender Extension, to show Badíʿ dates in Google Calendar web pages. |
ขนาดไฟล์ | 74.81 KB |
จำนวนการติดตั้ง | 255 |
เวอร์ชันปัจจุบัน | 1.3.5 |
อัปเดตครั้งล่าสุด | 2021-02-08 |
วันที่เผยแพร่ | 2020-02-01 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://sites.google.com/site/badicalendartools |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/site/badicalendartools/home/web-extension/helper-for-google-calendar |
URL หน้าช่วยเหลือ | https://sites.google.com/site/badicalendartools/home/web-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_title__", "version": "1.3.5", "description": "__MSG_titleDesc__", "default_locale": "en", "icons": { "128": "badi19plus-128.png" }, "background": { "persistent": false, "scripts": [ "jquery-3.3.1.min.js", "background.js", "shared.js" ] }, "web_accessible_resources": [ "star.png" ], "content_security_policy": "script-src 'self'; object-src 'self'", "author": "Glen Little", "short_name": "BadiCalGCal", "manifest_version": 2, "incognito": "split", "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "moment.min.js", "shared.js", "gcal2.js" ], "css": [ "gcal2.css" ], "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ] } ] } |