Send to Calendar
Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Vad är Send to Calendar?
Send to Calendar är en Chrome-tillägg utvecklad av https://borism.net, och dess huvudfunktion är "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'".
Tilläggsskärmbilder
Ladda ner Send to Calendar-förlängningens CRX-fil
Ladda ner Send to Calendar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | iefhhfhadhcgefikmjdpclgpmmlaodfc |
| Officiell webbadress | https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc |
| Beskrivning | Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.' |
| Filstorlek | 33.76 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 0.20 |
| Senast Uppdaterad | 2016-07-03 |
| Publiceringsdatum | 2016-07-03 |
| Betyg | 2.85/5 Totalt 91 Betyg |
| Utvecklare | https://borism.net |
| Betalningssätt | free |
| Tilläggswebbplats | http://borism.net |
| Hjälpsida URL | http://borism.net |
| Stödda Språk | 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
} | |