CalendarWeek
Shows the current calendar week and calculate a calendar week for any date.
CalendarWeekคืออะไร?
CalendarWeek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://daniel.schmitz-huebsch.net และคุณลักษณะหลักของมันคือ "Shows the current calendar week and calculate a calendar week for any date."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CalendarWeek
ดาวน์โหลดไฟล์ส่วนขยาย CalendarWeek ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extension adds a button to your browser toolbar showing the current calendar week. Click the icon and calculate a calendar week and week day with a date-picker. The calculation is based on ISO 8601. Simply announce to comments. Update 1.2: New icon to show calendar week.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CalendarWeek |
ID | pkmjkmagmdipoioaihlbahnkjhpappjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/calendarweek/pkmjkmagmdipoioaihlbahnkjhpappjm |
คำอธิบาย | Shows the current calendar week and calculate a calendar week for any date. |
ขนาดไฟล์ | 168 KB |
จำนวนการติดตั้ง | 7,213 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-07-31 |
วันที่เผยแพร่ | 2016-07-31 |
คะแนน | 3.69/5 รวมทั้งหมด 26 คะแนน |
ผู้พัฒนา | https://daniel.schmitz-huebsch.net |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | de,en,es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_chrome_extension_name__", "version": "1.2", "manifest_version": 2, "description": "__MSG_chrome_extension_description__", "default_locale": "en", "background": { "scripts": [ "js\/background.js" ] }, "icons": { "16": "icons\/icon_alt.png", "48": "icons\/icon48_alt.png", "128": "icons\/icon128_alt.png" }, "browser_action": { "default_title": "__MSG_browser_action_default_title__", "default_icon": "icons\/icon_alt.png", "default_popup": "views\/popup.html" } } |