Event Finder

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

Vad är Event Finder?

Event Finder är en Chrome-tillägg utvecklad av Drazard, och dess huvudfunktion är "Finds events near your location and on the weekend using the Eventbrite API.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Event Finder-förlängningens CRX-fil

Ladda ner Event Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Event Finder Event Finder
ID mlkogpglpcnafcgpphiffhcfemdpkpep
Officiell webbadress https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep
Beskrivning Finds events near your location and on the weekend using the Eventbrite API.
Filstorlek 671 KB
Antal Installationer 61
Aktuell Version 1.0.1
Senast Uppdaterad 2015-03-26
Publiceringsdatum 2015-03-25
Utvecklare Drazard
Betalningssätt free
Stödda Språk 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'"
}