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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |