Business Day Calendar

Tiny business calendar on your toolbar

ما هو Business Day Calendar؟

Business Day Calendar هو إضافة Chrome تم تطويرها بواسطة ymrl، والميزة الرئيسية لها هي "Tiny business calendar on your toolbar".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Business Day Calendar

قم بتنزيل ملفات الامتداد Business Day Calendar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ツールバー上のアイコンから、営業日換算の日数を簡単に確認することができます。
営業日は曜日による指定のほか、祝日を登録した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'"
}