GeForce Now Lookup
Lookup the compatibility of any game on Steam within the extension
GeForce Now Lookupคืออะไร?
GeForce Now Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Malte Koblitz และคุณลักษณะหลักของมันคือ "Lookup the compatibility of any game on Steam within the extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeForce Now Lookup
ดาวน์โหลดไฟล์ส่วนขยาย GeForce Now Lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features ✅ See the compatibility of the current Game directly on the extension icon ✅ Search for all supported game on GeForce Now within the extension (popup menu) ✅ Clean design and looks integrated into Steam itself ✅ Allows you to see the compatibility of various games on the Steam Store Version 1.1.0 - Updated Popup menu • Improved the design • Added a "Start Game" button for each Game • Enhanced the display of the game list - Optimized the core of the extension for better stability and performance - Increased support for additional steam pages
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GeForce Now Lookup |
ID | oedaacbkfjddgnijckiindmnemogobjl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/geforce-now-lookup/oedaacbkfjddgnijckiindmnemogobjl |
คำอธิบาย | Lookup the compatibility of any game on Steam within the extension |
ขนาดไฟล์ | 1.41 MB |
จำนวนการติดตั้ง | 1,347 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-06-13 |
วันที่เผยแพร่ | 2022-02-12 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Malte Koblitz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeForce Now Lookup", "version": "1.1.0", "description": "Lookup the compatibility of any game on Steam within the extension", "manifest_version": 3, "icons": { "128": "icon_128-active.png" }, "action": { "default_icon": "icon_128.png", "default_title": "GeForce Now Lookup", "default_popup": "index.html" }, "permissions": [ "storage", "scripting", "tabs" ], "host_permissions": [ "https:\/\/steamcommunity.com\/*", "https:\/\/store.steampowered.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/*", "https:\/\/steamcommunity.com\/*" ], "css": [ "style.css" ] } ], "background": { "service_worker": "background.js" } } |