Event Finder
Finds events near your location and on the weekend using the Eventbrite API.
什么是Event Finder?
Event Finder是由Drazard开发的Chrome扩展程序,该扩展的主要功能是“Finds events near your location and on the weekend using the Eventbrite API.”。
扩展截图
下载Event Finder扩展crx文件
下载Event Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Event Finder |
ID | mlkogpglpcnafcgpphiffhcfemdpkpep |
官方URL | https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep |
简介 | Finds events near your location and on the weekend using the Eventbrite API. |
文件大小 | 671 KB |
安装次数 | 61 |
当前版本 | 1.0.1 |
更新时间 | 2015-03-26 |
上架时间 | 2015-03-25 |
开发者 | Drazard |
付费类型 | free |
支持的语言 | 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'" } |