Add To Calendar

Make a Google Calendar event from a selection of text

Cos'è Add To Calendar?

Add To Calendar è un'estensione di Chrome sviluppata da https://mattkrins.com, e la sua funzione principale è "Make a Google Calendar event from a selection of text".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Add To Calendar

Scarica i file di estensione Add To Calendar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Add To Calendar Add To Calendar
ID pipjnidgeelohoapkmdcbkddjjklnofj
URL Ufficiale https://chromewebstore.google.com/detail/add-to-calendar/pipjnidgeelohoapkmdcbkddjjklnofj
Descrizione Make a Google Calendar event from a selection of text
Dimensione del File 25.5 KB
Conteggio Installazioni 910
Versione Corrente 1.2
Ultimo Aggiornamento 2018-03-13
Data di Pubblicazione 2018-03-12
Valutazione 2.92/5 Totale 13 Valutazioni
Sviluppatore https://mattkrins.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mattkrins/CalendarAdd
URL della Pagina di Aiuto https://github.com/mattkrins/CalendarAdd/issues
Lingue Supportate 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"
        ]
    }
}