QL Buddy
Tells you, when cool server or guy is online
QL Buddy란 무엇입니까?
QL Buddy은(는) Nakilon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tells you, when cool server or guy is online"입니다.
확장 프로그램 스크린샷
QL Buddy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A perfect tool for those, who don't want to miss cool QuakeLive servers, which are currently online, but don't want to spend time at quakelive.com, keeping eye on serverlist or buddylist. While the QuakeLive site can display only one search filter at once, it allows you to keep eye on several searches simultaneously. Also the icon becomes green, if some of specified buddies are detected on any server, found in search results. Description/manual/support/history: https://qlbuddy.fogbugz.com/
확장 프로그램 기본 정보
이름 | QL Buddy |
ID | plgmlnocppdoaolgkklhnomfbofjbepb |
공식 URL | https://chromewebstore.google.com/detail/ql-buddy/plgmlnocppdoaolgkklhnomfbofjbepb |
설명 | Tells you, when cool server or guy is online |
파일 크기 | 134 KB |
설치 횟수 | 17 |
현재 버전 | 0.6.0 |
최근 업데이트 | 2013-02-16 |
출시 날짜 | 2013-02-16 |
평점 | 2.00/5 총 1 개의 평점 |
개발자 | Nakilon |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://qlbuddy.fogbugz.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "QL Buddy", "version": "0.6.0", "manifest_version": 2, "description": "Tells you, when cool server or guy is online", "icons": { "16": "icon_16.png", "19": "icon_19.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "QL Buddy", "default_popup": "popup.html" }, "background": { "scripts": [ "background060.js" ] }, "permissions": [ "tabs", "http:\/\/www.quakelive.com\/*", "https:\/\/www.googledrive.com\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.quakelive.com\/*" ], "js": [ "jquery-1.7.2.min.js", "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |