Event Finder

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

¿Qué es Event Finder?

Event Finder es una extensión de Chrome desarrollada por Drazard, y su función principal es "Finds events near your location and on the weekend using the Eventbrite API.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Event Finder

Descarga archivos de extensión Event Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Event Finder Event Finder
ID mlkogpglpcnafcgpphiffhcfemdpkpep
URL Oficial https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep
Descripción Finds events near your location and on the weekend using the Eventbrite API.
Tamaño del Archivo 671 KB
Cantidad de Instalaciones 61
Versión Actual 1.0.1
Última Actualización 2015-03-26
Fecha de Publicación 2015-03-25
Desarrollador Drazard
Tipo de Pago free
Idiomas Soportados 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'"
}