Open In Steam
Opens all steam pages in your steam client.
Open In Steam là gì?
Open In Steam là một tiện ích mở rộng Chrome được phát triển bởi ShingZhanho, và tính năng chính của nó là "Opens all steam pages in your steam client.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Open In Steam
Tải xuống các tệp mở rộng Open In Steam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Open In Steam |
ID | kkghocbcijmjfmgbfhcnooaaipihngea |
URL Chính Thức | https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea |
Mô tả | Opens all steam pages in your steam client. |
Kích Thước Tệp | 90.03 KB |
Số Lần Cài Đặt | 51 |
Phiên Bản Hiện Tại | v0.1-beta |
Cập Nhật Lần Cuối | 2021-08-16 |
Ngày Phát Hành | 2021-08-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ShingZhanho |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ShingZhanho/OpenInSteam-Chrome |
Ngôn Ngữ Được Hỗ Trợ | 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" } |