Event Finder
Finds events near your location and on the weekend using the Eventbrite API.
Event Finder là gì?
Event Finder là một tiện ích mở rộng Chrome được phát triển bởi Drazard, và tính năng chính của nó là "Finds events near your location and on the weekend using the Eventbrite API.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Event Finder
Tải xuống các tệp mở rộng Event Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Event Finder |
ID | mlkogpglpcnafcgpphiffhcfemdpkpep |
URL Chính Thức | https://chromewebstore.google.com/detail/event-finder/mlkogpglpcnafcgpphiffhcfemdpkpep |
Mô tả | Finds events near your location and on the weekend using the Eventbrite API. |
Kích Thước Tệp | 671 KB |
Số Lần Cài Đặt | 61 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2015-03-26 |
Ngày Phát Hành | 2015-03-25 |
Nhà Phát Triển | Drazard |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |