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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}