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'" } |