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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.
이메일 [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"
}