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
官方URL 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"
    }
}