Quick Calendar Free

This extension quickly displays a small calendar.

什麼是Quick Calendar Free?

Quick Calendar Free是由FlyteSoft開發的Chrome擴展程式,該擴展的主要功能是“This extension quickly displays a small calendar.”。

擴展截圖

screenshot
screenshot

下載Quick Calendar Free擴展crx文件

下載Quick Calendar Free擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chrome OS users:  Are you looking for a way to quickly display a calendar as you can in Windows and MacOS?  Now you can!

Quickly display a small calendar in Google Chrome by clicking on the Quick Calendar extension icon.  The current day will be highlighted, along with a display of the current time.  Click on a specific day in Quick Calendar to bring up your Google Calendar agenda.  Click on the month in Quick Calendar to bring up your Google Calendar for that month.

Changelog
v1.0.0  Initial test release
v1.1.0  Updated JavaScript Libraries
        Updated Theme
        New links to Google Calendar
v1.1.1  Fixed close button placement issue.
v1.1.2.1  Per user request, updated to simplified Material style icons.                    

擴展基本資訊

名稱 Quick Calendar Free Quick Calendar Free
ID nmnehbfgpadbppbdlljpiibhiniehejd
官方網址 https://chromewebstore.google.com/detail/quick-calendar-free/nmnehbfgpadbppbdlljpiibhiniehejd
簡介 This extension quickly displays a small calendar.
檔案大小 201 KB
安裝次數 902
目前版本 1.1.2.1
更新時間 2015-10-22
上架時間 2015-10-22
評分 4.38/5 共 8 次評分
開發者 FlyteSoft
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.flytesoft.org/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Calendar Free",
    "short_name": "QuickCAL",
    "description": "This extension quickly displays a small calendar.",
    "version": "1.1.2.1",
    "icons": {
        "16": "QuickCAL16.png",
        "48": "QuickCAL48.png",
        "128": "QuickCAL128.png"
    },
    "browser_action": {
        "default_icon": "QuickCAL16.png",
        "default_popup": "QuickCAL.html",
        "default_title": "QuickCAL"
    },
    "permissions": []
}