PCGamingWiki Browser Extension
Quick links to PCGamingWiki
PCGamingWiki Browser Extensionคืออะไร?
PCGamingWiki Browser Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PCGamingWiki และคุณลักษณะหลักของมันคือ "Quick links to PCGamingWiki"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PCGamingWiki Browser Extension
ดาวน์โหลดไฟล์ส่วนขยาย PCGamingWiki Browser Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |