Add To Calendar
Make a Google Calendar event from a selection of text
Wat is Add To Calendar?
Add To Calendar is een Chrome-extensie ontwikkeld door https://mattkrins.com, en de belangrijkste functie is "Make a Google Calendar event from a selection of text".
Extensie Screenshots
Download het CRX-bestand van de extensie Add To Calendar
Download Add To Calendar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        An incredibly simple extension that lets you quickly make a Google Calendar event from a selection of text.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pipjnidgeelohoapkmdcbkddjjklnofj | 
| Officiële URL | https://chromewebstore.google.com/detail/add-to-calendar/pipjnidgeelohoapkmdcbkddjjklnofj | 
| Beschrijving | Make a Google Calendar event from a selection of text | 
| Bestandsgrootte | 25.5 KB | 
| Aantal Installaties | 910 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2018-03-13 | 
| Publicatiedatum | 2018-03-12 | 
| Beoordeling | 2.92/5 Totaal 13 Beoordelingen | 
| Ontwikkelaar | https://mattkrins.com | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://github.com/mattkrins/CalendarAdd | 
| Help Pagina-URL | https://github.com/mattkrins/CalendarAdd/issues | 
| Ondersteunde Talen | 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"
        ]
    }
}  |  |