Open In Steam
Opens all steam pages in your steam client.
什麼是Open In Steam?
Open In Steam是由ShingZhanho開發的Chrome擴展程式,該擴展的主要功能是“Opens all steam pages in your steam client.”。
擴展截圖
下載Open In Steam擴展crx文件
下載Open In Steam擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
One of your friends sents you a Steam page link and it just won't open in the Steam cilent? This extension is a solution for you. On each Steam page, an "Open in Steam Client" button is displayed. Simply click on the button and the page is opened in the Steam Client.
擴展基本資訊
名稱 | Open In Steam |
ID | kkghocbcijmjfmgbfhcnooaaipihngea |
官方網址 | https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea |
簡介 | Opens all steam pages in your steam client. |
檔案大小 | 90.03 KB |
安裝次數 | 51 |
目前版本 | v0.1-beta |
更新時間 | 2021-08-16 |
上架時間 | 2021-08-15 |
評分 | 5.00/5 共 1 次評分 |
開發者 | ShingZhanho |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ShingZhanho/OpenInSteam-Chrome |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Steam", "description": "Opens all steam pages in your steam client.", "version": "0.1", "version_name": "v0.1-beta", "manifest_version": 3, "content_scripts": [ { "js": [ "js\/ga.js", "js\/gtag.js", "js\/script.js" ], "css": [ "css\/page-element-style.css" ], "matches": [ "*:\/\/steamcommunity.com\/*", "*:\/\/store.steampowered.com\/*", "*:\/\/help.steampowered.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "author": "ShingZhanho", "homepage_url": "https:\/\/github.com\/ShingZhanho\/OpenInSteam-Chrome" } |