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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}