Super Calendar

Save any interesting event information into calendar form. Export events directly to multipul calenders.

Τι είναι το Super Calendar;

Το Super Calendar είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SuperCalendar, και η κύρια λειτουργία του είναι "Save any interesting event information into calendar form. Export events directly to multipul calenders.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Super Calendar

Λήψη αρχείων επέκτασης Super Calendar σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With NLP (Nature language Process) abilities of SuperCalendar,  you can easily save any interesting web information into your calendar. Import events directly to calendars of Apple, Google, Outlook and Yahoo. You can also download the calendar file (.ics) and share with others.

How to Use:
1. On the webpage, select the text may contains event related information.
2. Right click the mouse and select "Add as New Event” in the context menu.
3. In the following popup UI, SuperCalendar will extract key messages of event. You can also edit the information to keep it accurate.
4. Hit "Add to calendar" and download the calendar file. Or you can click the side menu and import event directly to calendars from Apple, Google, Outlook  and Yahoo.

1.2.0 Update:
1. Improve compatibility of .ics file
2. Able to identify more date patterns                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Super Calendar Super Calendar
ID eadhbeabniebhcmibplghpicpegaaonb
Επίσημο URL https://chromewebstore.google.com/detail/super-calendar/eadhbeabniebhcmibplghpicpegaaonb
Περιγραφή Save any interesting event information into calendar form. Export events directly to multipul calenders.
Μέγεθος Αρχείου 6.58 MB
Αριθμός Εγκαταστάσεων 92
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2021-11-14
Ημερομηνία Δημοσίευσης 2021-09-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής SuperCalendar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifestName__",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "__MSG_manifestDescription__",
    "icons": {
        "16": "icons\/logo16.png",
        "32": "icons\/logo32.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "background",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo48.png",
        "default_title": "Super Calendar",
        "default_popup": "pages\/popup\/index.html"
    },
    "web_accessible_resources": [
        "pages\/**.*"
    ],
    "default_locale": "en"
}