FullScreen Calendar

Hides some items on Google Calendar to make it "full screen"

FullScreen Calendarとは何ですか?

FullScreen Calendarはswolfschristopheによって開発されたChromeの拡張機能で、その主な機能は「Hides some items on Google Calendar to make it "full screen" 」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

FullScreen Calendar拡張機能のCRXファイルをダウンロード

FullScreen Calendar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 FullScreen Calendar FullScreen Calendar
ID cjgbkpbkclijllobblgkahbhpgoldmea
公式URL https://chrome.google.com/webstore/detail/fullscreen-calendar/cjgbkpbkclijllobblgkahbhpgoldmea
説明 Hides some items on Google Calendar to make it "full screen"
ファイルサイズ 8.55 KB
インストール数 660
現在のバージョン 1.1
最終更新日 2015-03-14
公開日 2015-03-14
評価 1.67/5 合計 15 レビュー
開発者 swolfschristophe
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FullScreen Calendar",
    "description": "Hides some items on Google Calendar to make it \"full screen\" ",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set Calendar fullscreen.",
        "default_icon": "icon-64.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}