Short Date Format Fix For Google Calendar™
Changes the short date format in Google Calendar from [month]/[day] to [day]/[month] or the other way around.
Short Date Format Fix For Google Calendar™คืออะไร?
Short Date Format Fix For Google Calendar™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nimblit AB และคุณลักษณะหลักของมันคือ "Changes the short date format in Google Calendar from [month]/[day] to [day]/[month] or the other way around."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Short Date Format Fix For Google Calendar™
ดาวน์โหลดไฟล์ส่วนขยาย Short Date Format Fix For Google Calendar™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In some Google Calendar views (day, week and four days) the date format above the columns is month/day, which is incorrect in many languages, for example Swedish. It helps to change the date format in the settings, but then the long date format will be wrong. This extension switches the order of day and month in short formatted dates which makes it possible to have correct long and short date formats. (It also works the other way around, that is if you have selected a language or a long date format which shows the short date format as day/month, this extension changes the short date format to month/day.) Fixed in version 1.1: Didn't work when more than one time zones were displayed. Also fixed errors in Swedish: We don't say for example "den oktober 2012", it should be only "oktober 2012". Fixed in version 1.2: Stopped working on 15 sept 2015 due to google's change of the address of Calendar (from www.google.com/calendar to calendar.google.com/calendar). Sorry for not updating it sooner. You may have to re-enable the extension after this update.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Short Date Format Fix For Google Calendar™ |
ID | njcpofamadapnjhphiclfjcoppkhglkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/short-date-format-fix-for/njcpofamadapnjhphiclfjcoppkhglkf |
คำอธิบาย | Changes the short date format in Google Calendar from [month]/[day] to [day]/[month] or the other way around. |
ขนาดไฟล์ | 7.74 KB |
จำนวนการติดตั้ง | 308 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-10-19 |
วันที่เผยแพร่ | 2015-10-18 |
คะแนน | 5.00/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | Nimblit AB |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.nimblit.se/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Short Date Format Fix For Google Calendar\u2122", "version": "1.2", "manifest_version": 2, "description": "Changes the short date format in Google Calendar from [month]\/[day] to [day]\/[month] or the other way around.", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "js": [ "fixDateFormat.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |