Event Finder

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

Co je Event Finder?

Event Finder je rozšíření Chrome vyvinuté Drazard, a jeho hlavní funkcí je „Finds events near your location and on the weekend using the Eventbrite API.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Event Finder

Stáhněte si soubory rozšíření Event Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Event Finder Event Finder
ID mlkogpglpcnafcgpphiffhcfemdpkpep
Oficiální URL https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep
Popis Finds events near your location and on the weekend using the Eventbrite API.
Velikost souboru 671 KB
Počet instalací 61
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-03-26
Datum Vydání 2015-03-25
Vývojář Drazard
Typ Platby free
Podporované Jazyky 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'"
}