Business Day Calendar
Tiny business calendar on your toolbar
Business Day Calendarคืออะไร?
Business Day Calendar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ymrl และคุณลักษณะหลักของมันคือ "Tiny business calendar on your toolbar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Business Day Calendar
ดาวน์โหลดไฟล์ส่วนขยาย Business Day Calendar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ツールバー上のアイコンから、営業日換算の日数を簡単に確認することができます。 営業日は曜日による指定のほか、祝日を登録したiCalカレンダーのURL等も利用できます。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Business Day Calendar |
ID | efikejgdckdphmgpphcmihdkgbndfnfl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/business-day-calendar/efikejgdckdphmgpphcmihdkgbndfnfl |
คำอธิบาย | Tiny business calendar on your toolbar |
ขนาดไฟล์ | 141 KB |
จำนวนการติดตั้ง | 269 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2014-12-06 |
วันที่เผยแพร่ | 2014-12-06 |
คะแนน | 4.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | ymrl |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "ja", "background": { "scripts": [ "scripts\/background-unified.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Business Days", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |