Save the date!

Add in-text dates to Google Calendar.

什麼是Save the date!?

Save the date!是由vcotta開發的Chrome擴展程式,該擴展的主要功能是“Add in-text dates to Google Calendar.”。

擴展截圖

screenshot
screenshot
screenshot

下載Save the date!擴展crx文件

下載Save the date!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Create Google Calendar events from most of the dates in web pages! Simply highlight the date you want to create an event for, then use the context menu to open a new Google Calendar page to edit and save it! Currently supports English and French months, along with many numeric-only dates formats (ex. 05/24/2023).                    

擴展基本資訊

名稱 Save the date! Save the date!
ID cicldcklfdomfgffcekefnmeknidnfhm
官方網址 https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm
簡介 Add in-text dates to Google Calendar.
檔案大小 11.2 KB
安裝次數 74
目前版本 2.2.92.0
更新時間 2022-09-05
上架時間 2022-08-10
開發者 vcotta
電子郵箱 [email protected]
付費類型 free
擴展官網 https://vcotta-software.tumblr.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save the date!",
    "version": "2.2.92.0",
    "author": "Valentin Cotta",
    "description": "Add in-text dates to Google Calendar.",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "save_the_date_chrome_icon_16.png",
        "32": "save_the_date_chrome_icon_48.png",
        "48": "save_the_date_chrome_icon_48.png",
        "128": "save_the_date_chrome_icon_128.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    }
}