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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Eventbrite

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

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

                        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'"
}