Calendar + for Google Chrome™

Add clickable urls to Google Calendar Detail

Calendar + for Google Chrome™とは何ですか?

Calendar + for Google Chrome™はSinesy s.r.l.によって開発されたChromeの拡張機能で、その主な機能は「Add clickable urls to Google Calendar Detail」です。

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

screenshot

Calendar + for Google Chrome™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Calendar Plus
This extension extracts all the url from the Google Calendar Event description and brings them to life in a clickable url list                    

拡張機能の基本情報

名前 Calendar + for Google Chrome™ Calendar + for Google Chrome™
ID lpnepegcocaajhgbpcfajmdnninbjppf
公式URL https://chromewebstore.google.com/detail/calendar-+-for-google-chr/lpnepegcocaajhgbpcfajmdnninbjppf
説明 Add clickable urls to Google Calendar Detail
ファイルサイズ 63.99 KB
インストール数 70,535
現在のバージョン 1.3.0
最終更新日 2017-10-22
公開日 2017-10-22
評価 4.53/5 合計 57 レビュー
開発者 Sinesy s.r.l.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.sinesy.it
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calendar + for Google Chrome\u2122",
    "version": "1.3.0",
    "author": "Sinesy s.r.l.",
    "offline_enabled": true,
    "short_name": "Calendar +",
    "description": "Add clickable urls to Google Calendar Detail",
    "icons": {
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.google.com\/*",
                "https:\/\/*.google.com\/*"
            ],
            "js": [
                "jquery-1.11.1.min.js",
                "calendar-changer.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "homepage_url": "http:\/\/www.sinesy.it"
}