CalendarTab

View all your Google Calendar events from your new tab.

CalendarTab क्या है?

CalendarTab Randy He द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View all your Google Calendar events from your new tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CalendarTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Maximize your productivity with this new tab replacement. Syncs with your Google Calendar and shows you all upcoming events that you are important to you. Take down notes that are saved and displayed for you whenever you open a new tab on Google Chrome. 

Calendar:
* Colored bar on the left of every event signify the corresponding calendar's color. You can change this setting on Google Calendar.
* Events that are currently ongoing are highlighted.

Notes and Reminders:
* Create, edit, move, and delete notes.
* Lock-in changes by pressing enter.

This currently only works with Google Calendar and no other calendar services.

View this project here:
https://github.com/randyhehe/CalendarTab                    

एक्सटेंशन की मूल जानकारी

नाम CalendarTab CalendarTab
ID nineekgfghikmbcpdimhkljonlcmlkok
आधिकारिक URL https://chrome.google.com/webstore/detail/calendartab/nineekgfghikmbcpdimhkljonlcmlkok
विवरण View all your Google Calendar events from your new tab.
फ़ाइल का आकार 765 KB
स्थापना संख्या 956
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2017-03-27
प्रकाशन तिथि 2017-03-27
रेटिंग 4.33/5 कुल 6 रेटिंग्स
डेवलपर Randy He
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CalendarTab",
    "description": "View all your Google Calendar events from your new tab.",
    "version": "1.0.6",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/apis.google.com\/*"
    ],
    "oauth2": {
        "client_id": "950666341880-86k0ii6u4ucfaurua7rstn9ahcoajh9u.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar"
        ]
    }
}