Save the date!

Add in-text dates to Google Calendar.

ما هو Save the date!؟

Save the date! هو إضافة Chrome تم تطويرها بواسطة vcotta، والميزة الرئيسية لها هي "Add in-text dates to Google Calendar.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Save the date!

قم بتنزيل ملفات الامتداد Save the date! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}