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 |
官方URL | 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" ] } |