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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A little visual addon that adds special markup to tags and question marks in event names."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tags for Google Calendar™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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}"
        }
    }
}