Event Finder
Finds events near your location and on the weekend using the Eventbrite API.
Co to jest Event Finder?
Event Finder to rozszerzenie Chrome opracowane przez Drazard, a jego główną funkcją jest „Finds events near your location and on the weekend using the Eventbrite API.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Event Finder
Pobierz pliki rozszerzeń Event Finder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Event Finder |
ID | mlkogpglpcnafcgpphiffhcfemdpkpep |
Oficjalny URL | https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep |
Opis | Finds events near your location and on the weekend using the Eventbrite API. |
Rozmiar pliku | 671 KB |
Liczba instalacji | 61 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2015-03-26 |
Data Publikacji | 2015-03-25 |
Deweloper | Drazard |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |