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 |
官方網址 | 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'" } |