Google Events [ANTP]

Google event widget for Awesome New Tab Page [ANTP]

Google Events [ANTP] क्या है?

Google Events [ANTP] Gregory Shayko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google event widget for Awesome New Tab Page [ANTP]"।

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

screenshot
screenshot

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

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

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

                        This widget displays a list of upcoming Google Calendar Events.
Features:
    -  It utilizes a 1x2 Grid for optimized list viewing.
    -  The ability to set the number of days to load via settings.
    -  Loads from cache for instant viewing
    -  Clean style and theme

For Update information, open the "Updates" tab within the widgets options page

This is a widget for the Chrome extension "Awesome New Tab Page" (ANTP).

Check out my website:
www.greg.shaykos.com

Without ANTP, this extension does nothing. If you'd like to use this widget, you must also install it, which you can find here:

https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg                    

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

नाम Google Events [ANTP] Google Events [ANTP]
ID ojolaifaiohcbjmpmiaflinfimnfeakl
आधिकारिक URL https://chromewebstore.google.com/detail/google-events-antp/ojolaifaiohcbjmpmiaflinfimnfeakl
विवरण Google event widget for Awesome New Tab Page [ANTP]
फ़ाइल का आकार 257 KB
स्थापना संख्या 2,954
वर्तमान संस्करण 2.4.0
अंतिम अपडेट 2013-10-22
प्रकाशन तिथि 2013-10-22
रेटिंग 2.90/5 कुल 31 रेटिंग्स
डेवलपर Gregory Shayko
भुगतान के प्रकार free
समर्थित भाषाएँ en,en-GB,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Events [ANTP]",
    "manifest_version": 2,
    "version": "2.4.0",
    "description": "Google event widget for Awesome New Tab Page [ANTP]",
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "lib\/moment.min.js",
            "lib\/moment.lang-all.min.js",
            "lib\/shayjs.js",
            "lib\/shayjs.date.js",
            "lib\/shayjs.antp.js",
            "lib\/shayjs.google.js",
            "js\/defaults.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/128.png",
        "48": "images\/128.png",
        "128": "images\/128.png"
    },
    "default_locale": "en",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*.google.com\/",
        "https:\/\/*.google.com\/",
        "https:\/\/*.google-analytics.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com\/; object-src 'self'",
    "web_accessible_resources": [
        "GoogleEvents.html",
        "options.html"
    ]
}