Add To Calendar

Make a Google Calendar event from a selection of text

Add To Calendar क्या है?

Add To Calendar https://mattkrins.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make a Google Calendar event from a selection of text"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Add To Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An incredibly simple extension that lets you quickly make a Google Calendar event from a selection of text.                    

एक्सटेंशन की मूल जानकारी

नाम Add To Calendar Add To Calendar
ID pipjnidgeelohoapkmdcbkddjjklnofj
आधिकारिक URL https://chromewebstore.google.com/detail/add-to-calendar/pipjnidgeelohoapkmdcbkddjjklnofj
विवरण Make a Google Calendar event from a selection of text
फ़ाइल का आकार 25.5 KB
स्थापना संख्या 910
वर्तमान संस्करण 1.2
अंतिम अपडेट 2018-03-13
प्रकाशन तिथि 2018-03-12
रेटिंग 2.92/5 कुल 13 रेटिंग्स
डेवलपर https://mattkrins.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mattkrins/CalendarAdd
सहायता पृष्ठ URL https://github.com/mattkrins/CalendarAdd/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Add To Calendar",
    "short_name": "CalendarAdd",
    "version": "1.2",
    "author": "Matt Krins",
    "homepage_url": "https:\/\/github.com\/mattkrins\/CalendarAdd",
    "description": "Make a Google Calendar event from a selection of text",
    "permissions": [
        "contextMenus"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}