Event Finder
Finds events near your location and on the weekend using the Eventbrite API.
O que é Event Finder?
Event Finder é uma extensão do Chrome desenvolvida por Drazard, e sua principal característica é "Finds events near your location and on the weekend using the Eventbrite API.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Event Finder
Baixe arquivos de extensão Event Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Event Finder |
ID | mlkogpglpcnafcgpphiffhcfemdpkpep |
URL Oficial | https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep |
Descrição | Finds events near your location and on the weekend using the Eventbrite API. |
Tamanho do Arquivo | 671 KB |
Contagem de Instalações | 61 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-03-26 |
Data de Publicação | 2015-03-25 |
Desenvolvedor | Drazard |
Tipo de Pagamento | free |
Idiomas Suportados | 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'" } |