Calendar and Countdown
Show a full year calendar and count down to any number of dates. Add notes and colors to days, and check the distance between them.
Calendar and Countdownคืออะไร?
Calendar and Countdown เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://wintheday.com และคุณลักษณะหลักของมันคือ "Show a full year calendar and count down to any number of dates. Add notes and colors to days, and check the distance between them."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Calendar and Countdown
ดาวน์โหลดไฟล์ส่วนขยาย Calendar and Countdown ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A full year calendar, enabling you to find any given date at a glance and count up/down from any date. Create any number of notes and add custom colors to days to keep track of what's happening.. Display the current year with week numbers, and go forwards and backwards seamlessly to find any date in any year. Click the arrows, use the scroll wheel or the arrow keys on your keyboard to navigate. Click a day to bring up a menu that allows you put a badge on the plugin icon, counting up from or down to the selected date, as well as other dates. You can also add colors and notes to days in your calendar, keeping track of events. Hover over a day to bring up a popup with some info on this day, day in year and days left in year, as well as how far the date is from the current day. Click on a date and move the mouse to create a dynamic counter, allowing you to see how many days there is in any given period of time. Other features: * User selectable icon with live count down * Plenty of calendar customizations * Change the toolbar badge color. * Tooltip with today's date * Popup shows how far away the selected day is * Select first day and week number display Banner photo for the Chrome store by Joe Lanman (CC)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | caplfhpahpkhhckglldpmdmjclabckhc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/calendar-and-countdown/caplfhpahpkhhckglldpmdmjclabckhc |
คำอธิบาย | Show a full year calendar and count down to any number of dates. Add notes and colors to days, and check the distance between them. |
ขนาดไฟล์ | 3.14 MB |
จำนวนการติดตั้ง | 50,000 |
เวอร์ชันปัจจุบัน | 2017.11.13.1 |
อัปเดตครั้งล่าสุด | 2017-11-13 |
วันที่เผยแพร่ | 2017-11-13 |
คะแนน | 4.22/5 รวมทั้งหมด 555 คะแนน |
ผู้พัฒนา | http://wintheday.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calendar and Countdown", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDDJa2KULAlLB0Y5Rz7ApfPMmjn78jBt1DxBmowNWuB1TIefW\/g+k657zM7CMbu3wexjYwWJChALpqlF4yJw1ZzJyzU\/qNV3J8sJQoSAcFS+jRWEWWvsBPgvwh42YgWzalyUkHLPfjcBw+lhX9QA0H57FfX0rdIqtY5y2uEMQ+r9QIDAQAB", "default_locale": "en", "version": "2017.11.13.1", "author": "Calendar and Countdown", "minimum_chrome_version": "40", "short_name": "C&C", "description": "Show a full year calendar and count down to any number of dates. Add notes and colors to days, and check the distance between them.", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/apis.google.com https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/background_packed.js" ], "persistent": true }, "browser_action": { "default_icon": "pics\/icon_19_grey.png", "default_popup": "popup_12.html" }, "icons": { "16": "pics\/icon_16.png", "48": "pics\/new-icon-128.png", "128": "pics\/new-icon-128.png" }, "permissions": [ "storage", "alarms", "identity" ], "oauth2": { "client_id": "120896634916-cs3slk9eeqkmu7p6chbobsi91e6b3bsq.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/calendar.readonly" ] } } |