Business Day Calendar
Tiny business calendar on your toolbar
What is Business Day Calendar?
Business Day Calendar is a Chrome extension developed by ymrl, and its main feature is "Tiny business calendar on your toolbar".
Extension Screenshots
Download Business Day Calendar Extension CRX File
Download Business Day Calendar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
ツールバー上のアイコンから、営業日換算の日数を簡単に確認することができます。 営業日は曜日による指定のほか、祝日を登録したiCalカレンダーのURL等も利用できます。
Extension Basic Information
Name | Business Day Calendar |
ID | efikejgdckdphmgpphcmihdkgbndfnfl |
Official URL | https://chromewebstore.google.com/detail/business-day-calendar/efikejgdckdphmgpphcmihdkgbndfnfl |
Description | Tiny business calendar on your toolbar |
File Size | 141 KB |
Installation Count | 269 |
Current Version | 0.1.0 |
Last Updated | 2014-12-06 |
Publish Date | 2014-12-06 |
Rating | 4.50/5 Total 4 Ratings |
Developer | ymrl |
Payment Type | free |
Supported Languages | 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'" } |