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开发的Chrome扩展程序,该扩展的主要功能是“Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a…”。

扩展截图

screenshot

下载Eventbrite扩展crx文件

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