Save the date!
Add in-text dates to Google Calendar.
Save the date! là gì?
Save the date! là một tiện ích mở rộng Chrome được phát triển bởi vcotta, và tính năng chính của nó là "Add in-text dates to Google Calendar.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Save the date!
Tải xuống các tệp mở rộng Save the date! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Save the date! |
ID | cicldcklfdomfgffcekefnmeknidnfhm |
URL Chính Thức | https://chromewebstore.google.com/detail/save-the-date/cicldcklfdomfgffcekefnmeknidnfhm |
Mô tả | Add in-text dates to Google Calendar. |
Kích Thước Tệp | 11.2 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 2.2.92.0 |
Cập Nhật Lần Cuối | 2022-09-05 |
Ngày Phát Hành | 2022-08-10 |
Nhà Phát Triển | vcotta |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vcotta-software.tumblr.com |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |