There, there, Google Calendar
Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)
什麼是There, there, Google Calendar?
There, there, Google Calendar是由https://benjaminbojko.com開發的Chrome擴展程式,該擴展的主要功能是“Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)”。
擴展截圖
下載There, there, Google Calendar擴展crx文件
下載There, there, Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | hkjnokojjolmplgbhmblgjioajjndgoo |
官方網址 | https://chromewebstore.google.com/detail/there-there-google-calend/hkjnokojjolmplgbhmblgjioajjndgoo |
簡介 | Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked) |
檔案大小 | 138 KB |
安裝次數 | 38 |
目前版本 | 0.1.2 |
更新時間 | 2017-06-02 |
上架時間 | 2017-06-02 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://benjaminbojko.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "There, there, Google Calendar", "description": "Disables alerts in Google Calendar and redirects them to the console (Requires Settings > Notifications to be unchecked)", "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "main.js" ], "icons": { "128": "icon128.png", "512": "icon512.png" } } |