Business Day Calendar
Tiny business calendar on your toolbar
什麼是Business Day Calendar?
Business Day Calendar是由ymrl開發的Chrome擴展程式,該擴展的主要功能是“Tiny business calendar on your toolbar”。
擴展截圖
下載Business Day Calendar擴展crx文件
下載Business Day Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ツールバー上のアイコンから、営業日換算の日数を簡単に確認することができます。
営業日は曜日による指定のほか、祝日を登録したiCalカレンダーのURL等も利用できます。 擴展基本資訊
| 名稱 | |
| ID | efikejgdckdphmgpphcmihdkgbndfnfl |
| 官方網址 | 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'"
} | |