Event Finder

Finds events near your location and on the weekend using the Eventbrite API.

Event Finder란 무엇입니까?

Event Finder은(는) Drazard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds events near your location and on the weekend using the Eventbrite API."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Event Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Event Finder allows you to provide specifics for your location to find events happening near you. There is also an option to search for events happening in the next weekend. Event Finder uses the Eventbrite API as its source of data.                    

확장 프로그램 기본 정보

이름 Event Finder Event Finder
ID mlkogpglpcnafcgpphiffhcfemdpkpep
공식 URL https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep
설명 Finds events near your location and on the weekend using the Eventbrite API.
파일 크기 671 KB
설치 횟수 61
현재 버전 1.0.1
최근 업데이트 2015-03-26
출시 날짜 2015-03-25
개발자 Drazard
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Event Finder",
    "version": "1.0.1",
    "description": "Finds events near your location and on the weekend using the Eventbrite API.",
    "browser_action": {
        "default_title": "Event Finder",
        "default_icon": "icon-16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/background.js"
        ],
        "pages": [
            "popup.html"
        ]
    },
    "short_name": "Event Finder",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}