Business Day Calendar

Tiny business calendar on your toolbar

什么是Business Day Calendar?

Business Day Calendar是由ymrl开发的Chrome扩展程序,该扩展的主要功能是“Tiny business calendar on your toolbar”。

扩展截图

screenshot

下载Business Day Calendar扩展crx文件

下载Business Day Calendar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ツールバー上のアイコンから、営業日換算の日数を簡単に確認することができます。
営業日は曜日による指定のほか、祝日を登録したiCalカレンダーのURL等も利用できます。                    

扩展基本信息

名称 Business Day Calendar 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'"
}