Eventbrite

Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a…

Eventbrite क्या है?

Eventbrite Dhiraj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a…"।

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

screenshot

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

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

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

                        Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a global marketplace for live experiences that allows people to find and create events in 190 countries.


- Uses Eventbrite's public API to search for amazing event around you
- The extension also shows events that are popular and happening coming weekend
- Save your favorite events
- Marathon: Search for all the events that you can possibly attend one after the other.

Contribution
---------------
The source code is available here https://github.com/dhirajbodicherla/eventbrite-extension and feel free to contribute.                    

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

नाम Eventbrite Eventbrite
ID hhclmcdcogggmcglbakeckakdikccfjn
आधिकारिक URL https://chromewebstore.google.com/detail/eventbrite/hhclmcdcogggmcglbakeckakdikccfjn
विवरण Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a…
फ़ाइल का आकार 187 KB
स्थापना संख्या 600
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2015-10-15
प्रकाशन तिथि 2015-10-15
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर Dhiraj
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eventbrite",
    "short_name": "Eventbrite",
    "version": "2.1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icons\/chrome_icon.png"
    },
    "icons": {
        "16": "img\/icons\/16x16.png",
        "32": "img\/icons\/32x32.png",
        "48": "img\/icons\/48x48.png",
        "128": "img\/icons\/128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'"
}