Business Day Calendar

Tiny business calendar on your toolbar

Wat is Business Day Calendar?

Business Day Calendar is een Chrome-extensie ontwikkeld door ymrl, en de belangrijkste functie is "Tiny business calendar on your toolbar".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Business Day Calendar

Download Business Day Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Business Day Calendar Business Day Calendar
ID efikejgdckdphmgpphcmihdkgbndfnfl
Officiële URL https://chromewebstore.google.com/detail/business-day-calendar/efikejgdckdphmgpphcmihdkgbndfnfl
Beschrijving Tiny business calendar on your toolbar
Bestandsgrootte 141 KB
Aantal Installaties 269
Huidige Versie 0.1.0
Laatst Bijgewerkt 2014-12-06
Publicatiedatum 2014-12-06
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar ymrl
Betalingswijze free
Ondersteunde Talen 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'"
}