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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |