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 |
官方網址 | 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\/*" ] } |