Steam URL Opener
Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
什麼是Steam URL Opener?
Steam URL Opener是由veteran29開發的Chrome擴展程式,該擴展的主要功能是“Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.”。
擴展截圖
下載Steam URL Opener擴展crx文件
下載Steam URL Opener擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser. Only Steam related hostnames can be opened inside the client. Source code: https://github.com/veteran29/steam-url-open-extension Icon made by [SimpleIcon](https://www.flaticon.com/authors/simpleicon) from www.flaticon.com Enjoying the extension? Buy me a coffee: https://ko-fi.com/veteran29
擴展基本資訊
名稱 | Steam URL Opener |
ID | oiboilmeofgpoiopgjdllegafaaeblon |
官方網址 | https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon |
簡介 | Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser. |
檔案大小 | 54.21 KB |
安裝次數 | 7,427 |
目前版本 | 0.1.1 |
更新時間 | 2022-06-15 |
上架時間 | 2019-11-07 |
評分 | 4.40/5 共 35 次評分 |
開發者 | veteran29 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/veteran29/steam-url-open-extension |
說明頁面URL | https://github.com/veteran29/steam-url-open-extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "0.1.1", "short_name": "__MSG_appShortName__", "manifest_version": 3, "default_locale": "en", "icons": { "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "minimum_chrome_version": "93", "background": { "service_worker": "scripts\/background.js", "type": "module" }, "action": { "default_icon": { "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "default_title": "Open in Steam" }, "permissions": [ "activeTab", "declarativeContent" ] } |