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 |
| 公式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'"
} | |