Save the date!

Add in-text dates to Google Calendar.

Save the date! क्या है?

Save the date! vcotta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add in-text dates to Google Calendar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save the date! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}