Event Finder
Finds events near your location and on the weekend using the Eventbrite API.
Event Finderคืออะไร?
Event Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Drazard และคุณลักษณะหลักของมันคือ "Finds events near your location and on the weekend using the Eventbrite API."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Event Finder
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |