Send to Calendar
Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Cos'è Send to Calendar?
Send to Calendar è un'estensione di Chrome sviluppata da https://borism.net, e la sua funzione principale è "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send to Calendar
Scarica i file di estensione Send 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
Send events to Google Calendar - automagically! It works great with Facebook or any other website. Select the text that contains the event info, right click and choose 'Send to Calendar.'
- send events to Google Calendar automagically
- works with Facebook or any other website
- tries to accurately detect date & location info
- no special permissions needed
This extension is open source: https://github.com/borismasis/send-to-calendar/
Version 0.20 update from Rudolf Rosa:
- appending selected text to tab name as title of event
- fixing the issue with Google Chrome dropping new lines Informazioni di Base sull'Estensione
| Nome | |
| ID | iefhhfhadhcgefikmjdpclgpmmlaodfc |
| URL Ufficiale | https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc |
| Descrizione | Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.' |
| Dimensione del File | 33.76 KB |
| Conteggio Installazioni | 10,000 |
| Versione Corrente | 0.20 |
| Ultimo Aggiornamento | 2016-07-03 |
| Data di Pubblicazione | 2016-07-03 |
| Valutazione | 2.85/5 Totale 91 Valutazioni |
| Sviluppatore | https://borism.net |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://borism.net |
| URL della Pagina di Aiuto | http://borism.net |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Send to Calendar",
"version": "0.20",
"description": "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon16.png"
},
"manifest_version": 2
} | |