Eventbrite

Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a…

Eventbriteとは何ですか?

EventbriteはDhirajによって開発されたChromeの拡張機能で、その主な機能は「Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a…」です。

拡張機能のスクリーンショット

screenshot

Eventbrite拡張機能のCRXファイルをダウンロード

Eventbrite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a global marketplace for live experiences that allows people to find and create events in 190 countries.


- Uses Eventbrite's public API to search for amazing event around you
- The extension also shows events that are popular and happening coming weekend
- Save your favorite events
- Marathon: Search for all the events that you can possibly attend one after the other.

Contribution
---------------
The source code is available here https://github.com/dhirajbodicherla/eventbrite-extension and feel free to contribute.                    

拡張機能の基本情報

名前 Eventbrite Eventbrite
ID hhclmcdcogggmcglbakeckakdikccfjn
公式URL https://chromewebstore.google.com/detail/eventbrite/hhclmcdcogggmcglbakeckakdikccfjn
説明 Get to know about the exciting events happening around you. This extension is based on Eventbrite's public API. Eventbrite is a…
ファイルサイズ 187 KB
インストール数 600
現在のバージョン 2.1.1
最終更新日 2015-10-15
公開日 2015-10-15
評価 3.67/5 合計 3 レビュー
開発者 Dhiraj
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Eventbrite",
    "short_name": "Eventbrite",
    "version": "2.1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icons\/chrome_icon.png"
    },
    "icons": {
        "16": "img\/icons\/16x16.png",
        "32": "img\/icons\/32x32.png",
        "48": "img\/icons\/48x48.png",
        "128": "img\/icons\/128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'"
}