PCGamingWiki Browser Extension
Quick links to PCGamingWiki
PCGamingWiki Browser Extension란 무엇입니까?
PCGamingWiki Browser Extension은(는) PCGamingWiki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick links to PCGamingWiki"입니다.
확장 프로그램 스크린샷
PCGamingWiki Browser Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The PCGamingWiki Browser Extension provides quick links to PCGamingWiki from online game stores (at the moment limited to GOG.com), as well as providing information about game features. Currently, the extension provides numerous features when browsing GOG.com, including: * quick links from store pages to the PCGamingWiki page, community forum, support page, as well as a link to the Wikipedia article; * a list of supported features on store pages, providing information about widescreen, controller or surround sound support; * and more as we continue! You can find out more here: http://pcgamingwiki.com/wiki/PCGamingWiki:Extension
확장 프로그램 기본 정보
이름 | |
ID | kjnaegbbhbpojeehmfmoilkgemopeeon |
공식 URL | https://chromewebstore.google.com/detail/pcgamingwiki-browser-exte/kjnaegbbhbpojeehmfmoilkgemopeeon |
설명 | Quick links to PCGamingWiki |
파일 크기 | 49.92 KB |
설치 횟수 | 215 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-09-13 |
출시 날짜 | 2015-09-13 |
평점 | 4.20/5 총 10 개의 평점 |
개발자 | PCGamingWiki |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://pcgamingwiki.com/wiki/Home |
도움말 페이지 URL | http://pcgamingwiki.com/wiki/PCGamingWiki:Extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PCGamingWiki Browser Extension", "short_name": "PCGamingWiki", "description": "Quick links to PCGamingWiki", "author": "PCGamingWiki Team", "version": "1.0.2", "permissions": [ "http:\/\/pcgamingwiki.com\/" ], "background": { "scripts": [ "data\/chrome.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.gog.com\/*" ], "css": [ "data\/style\/gog.css" ], "js": [ "data\/js\/jQuery.min.js", "data\/js\/gog.js", "data\/chrome.js" ], "run_at": "document_end" } ], "icons": { "64": "data\/icons\/icon64.png", "256": "data\/icons\/icon.png" }, "web_accessible_resources": [ "data\/icons\/icon_blue.svg", "data\/icons\/surround-sound-icon.svg", "data\/icons\/widescreen-icon.svg", "data\/icons\/windowed-mode-icon.svg", "data\/icons\/wikipedia-icon.svg", "data\/icons\/partial-controller-support-icon.svg", "data\/icons\/full-controller-support-icon.svg", "data\/icons\/remapping-icon.svg", "data\/icons\/subtitles-icon.svg", "data\/icons\/cc-icon.svg" ] } |