Open in Steam
This Extension opens links to steam in Steam instead of in Browser
Open in Steamとは何ですか?
Open in Steamはjosephldaileyによって開発されたChromeの拡張機能で、その主な機能は「This Extension opens links to steam in Steam instead of in Browser」です。
拡張機能のスクリーンショット
Open in Steam拡張機能のCRXファイルをダウンロード
Open in Steam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Common links such as a game pages will open in steam instead of in the browser.
拡張機能の基本情報
名前 | |
ID | cecgojhodgkcpcpkejmnobkmoogkjfaa |
公式URL | https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa |
説明 | This Extension opens links to steam in Steam instead of in Browser |
ファイルサイズ | 10.81 KB |
インストール数 | 2,226 |
現在のバージョン | 0.1.1 |
最終更新日 | 2013-09-12 |
公開日 | 2013-09-12 |
評価 | 2.66/5 合計 29 レビュー |
開発者 | josephldailey |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "steam.js" ], "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "run_at": "document_start" } ], "description": "This Extension opens links to steam in Steam instead of in Browser", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "Open in Steam", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "version": "0.1.1" } |