Send to Calendar
Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'
Send to Calendar क्या है?
Send to Calendar https://borism.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.'"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Send to Calendar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Send to Calendar |
ID | iefhhfhadhcgefikmjdpclgpmmlaodfc |
आधिकारिक URL | https://chromewebstore.google.com/detail/send-to-calendar/iefhhfhadhcgefikmjdpclgpmmlaodfc |
विवरण | Send events to Google Calendar automagically from any webpage. No more re-typing! Select text, right click, and 'Send to Calendar.' |
फ़ाइल का आकार | 33.76 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 0.20 |
अंतिम अपडेट | 2016-07-03 |
प्रकाशन तिथि | 2016-07-03 |
रेटिंग | 2.85/5 कुल 91 रेटिंग्स |
डेवलपर | https://borism.net |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://borism.net |
सहायता पृष्ठ URL | http://borism.net |
समर्थित भाषाएँ | 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 } |