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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย soimon และคุณลักษณะหลักของมันคือ "A little visual addon that adds special markup to tags and question marks in event names."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tags for Google Calendar™

ดาวน์โหลดไฟล์ส่วนขยาย Tags for Google Calendar™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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}"
        }
    }
}