Quakecon BYOC Directory
Search the BYOC for your friends
Quakecon BYOC Directoryとは何ですか?
Quakecon BYOC Directoryはpixel5によって開発されたChromeの拡張機能で、その主な機能は「Search the BYOC for your friends」です。
拡張機能のスクリーンショット
Quakecon BYOC Directory拡張機能のCRXファイルをダウンロード
Quakecon BYOC Directory拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
UPDATED FOR 2016 This is an easy-to-use extension that allows attendees of the 2016 Quakecon in Dallas to find where their friends are sitting in the massive event hall at the Hilton Anatole. Visit the official Quakecon website at http://quakecon.org for more information.
拡張機能の基本情報
名前 | Quakecon BYOC Directory |
ID | eknjlephjicjlipaepdoilgemgfdanpo |
公式URL | https://chromewebstore.google.com/detail/quakecon-byoc-directory/eknjlephjicjlipaepdoilgemgfdanpo |
説明 | Search the BYOC for your friends |
ファイルサイズ | 157 KB |
インストール数 | 23 |
現在のバージョン | 1.1 |
最終更新日 | 2016-07-29 |
公開日 | 2016-07-28 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | pixel5 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://pixel5.us/ |
ヘルプページのURL | https://github.com/pixel5/chrome-qcon/issues/new |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quakecon BYOC Directory", "short_name": "Quakecon", "version": "1.1", "manifest_version": 2, "description": "Search the BYOC for your friends", "homepage_url": "http:\/\/pixel5.us", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Quakecon", "default_popup": "src\/browser_action\/browser_action.html" } } |