GeForce Now Lookup
Lookup the compatibility of any game on Steam within the extension
GeForce Now Lookupとは何ですか?
GeForce Now LookupはMalte Koblitzによって開発されたChromeの拡張機能で、その主な機能は「Lookup the compatibility of any game on Steam within the extension」です。
拡張機能のスクリーンショット
GeForce Now Lookup拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } } |