Save to Google Calendar
Send selected date on webpage to Google Calendar
什麼是Save to Google Calendar?
Save to Google Calendar是由Naveen Alavilli開發的Chrome擴展程式,該擴展的主要功能是“Send selected date on webpage to Google Calendar”。
擴展截圖
下載Save to Google Calendar擴展crx文件
下載Save to Google Calendar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Select a date on any webpage and quickly save it to Google Calendar. You don't need to copy and manually open Google Calendar to save the date.
擴展基本資訊
名稱 | Save to Google Calendar |
ID | jpoefccfjpcdglbnjfhomifadledaodm |
官方網址 | https://chromewebstore.google.com/detail/save-to-google-calendar/jpoefccfjpcdglbnjfhomifadledaodm |
簡介 | Send selected date on webpage to Google Calendar |
檔案大小 | 8.6 KB |
安裝次數 | 57 |
目前版本 | 1.0 |
更新時間 | 2021-09-16 |
上架時間 | 2021-09-16 |
開發者 | Naveen Alavilli |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Google Calendar", "version": "1.0", "manifest_version": 2, "description": "Send selected date on webpage to Google Calendar", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "contextMenus" ] } |