Tags for Google Calendar™

A little visual addon that adds special markup to tags and question marks in event names.

Tags for Google Calendar™란 무엇입니까?

Tags for Google Calendar™은(는) soimon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A little visual addon that adds special markup to tags and question marks in event names."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tags for Google Calendar™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This add-on causes two markup changes in of Google Calendar.
Event names containing a colon (:) will have the part before the colon being displayed as a colored tag that helps discerning different kinds of events without the need for creating dozens of calendars.
For example: "Tag: Event name" becomes "[Tag] Event name".

Event names ending with a question mark will be displayed in italic and transparent, as a kind of optional or yet to be confirmed event.

Google Calendar is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Tags for Google Calendar™ Tags for Google Calendar™
ID ncpjnjohbcgocheijdaafoidjnkpajka
공식 URL https://chromewebstore.google.com/detail/tags-for-google-calendar/ncpjnjohbcgocheijdaafoidjnkpajka
설명 A little visual addon that adds special markup to tags and question marks in event names.
파일 크기 15.28 KB
설치 횟수 28,327
현재 버전 1.1.0
최근 업데이트 2024-02-28
출시 날짜 2020-01-06
평점 4.00/5 총 67 개의 평점
개발자 soimon
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tags for Google Calendar\u2122",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "A little visual addon that adds special markup to tags and question marks in event names.",
    "homepage_url": "http:\/\/www.soimon.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/calendar.google.com\/*",
        "http:\/\/calendar.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*",
                "http:\/\/calendar.google.com\/*"
            ],
            "all_frames": true,
            "js": [
                "dist\/index.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{5f824c5f-b9c9-4d46-b602-021ea050b850}"
        }
    }
}