Gamer Profile / G-PRO
G-Pro, public profile for gamers.
Gamer Profile / G-PROとは何ですか?
Gamer Profile / G-PROはsergio.susaによって開発されたChromeの拡張機能で、その主な機能は「G-Pro, public profile for gamers.」です。
拡張機能のスクリーンショット
Gamer Profile / G-PRO拡張機能のCRXファイルをダウンロード
Gamer Profile / G-PRO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Español: Crea un G-Pro (Gamer PROfile), unifica y organice tus perfiles y compartelos con tus amigos y compañeros de juego. En la primera versión se pueden agregar perfiles de los siguientes juegos: * Diablo 3 * League of Leyends * World of Warcraft * Steam Si quieren que agrege alguno más pueden escribir al correo: [email protected] Disfrútenlo es gratis! Ingles: Create a G-Pro (Gamer PROfile), unify and organize your profiles and share to your friend and playmates. In the first version you can add the following games profiles: * Diablo 3 * League of Leyends * World of Warcraft * Steam If you want any more game you can write to the following email: sergio.susa @ ciberatletas.org Enjoy it's free!
拡張機能の基本情報
名前 | |
ID | nipcbpfhkpdbkbapcljgcflihhknoljc |
公式URL | https://chrome.google.com/webstore/detail/gamer-profile-g-pro/nipcbpfhkpdbkbapcljgcflihhknoljc |
説明 | G-Pro, public profile for gamers. |
ファイルサイズ | 346 KB |
インストール数 | 14 |
現在のバージョン | 0.1 |
最終更新日 | 2014-04-21 |
公開日 | 2014-04-21 |
開発者 | sergio.susa |
支払い方法 | free |
拡張機能のウェブサイト | http://s3rxus.ciberatletas.org |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gamer Profile \/ G-PRO", "version": "0.1", "manifest_version": 2, "description": "G-Pro, public profile for gamers.", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "19": "icons\/38.png", "38": "icons\/38.png" }, "default_title": "Gamer Profile \/ G-PRO" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "lib\/jquery-1.8.3.min.js", "scripts\/main.js" ], "run_at": "document_idle" } ], "icons": { "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "notifications", "tabs", "http:\/\/gpro.ciberatletas.org\/*" ] } |