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.”。
擴展截圖
下載Tags for Google Calendar™擴展crx文件
下載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™ |
ID | ncpjnjohbcgocheijdaafoidjnkpajka |
官方網址 | 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}" } } } |