Event Finder
Finds events near your location and on the weekend using the Eventbrite API.
Qu'est-ce que Event Finder ?
Event Finder est une extension Chrome développée par Drazard, et sa fonction principale est "Finds events near your location and on the weekend using the Eventbrite API.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Event Finder
Téléchargez les fichiers d'extension Event Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Event Finder |
ID | mlkogpglpcnafcgpphiffhcfemdpkpep |
URL Officiel | https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep |
Description | Finds events near your location and on the weekend using the Eventbrite API. |
Taille du Fichier | 671 KB |
Nombre d'Installations | 61 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-03-26 |
Date de Publication | 2015-03-25 |
Développeur | Drazard |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |