Open in Steam
This Extension opens links to steam in Steam instead of in Browser
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 josephldailey, và tính năng chính của nó là "This Extension opens links to steam in Steam instead of in Browser".
Ả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
Common links such as a game pages will open in steam instead of in the browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cecgojhodgkcpcpkejmnobkmoogkjfaa |
URL Chính Thức | https://chrome.google.com/webstore/detail/open-in-steam/cecgojhodgkcpcpkejmnobkmoogkjfaa |
Mô tả | This Extension opens links to steam in Steam instead of in Browser |
Kích Thước Tệp | 10.81 KB |
Số Lần Cài Đặt | 2,226 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2013-09-12 |
Ngày Phát Hành | 2013-09-12 |
Đánh Giá | 2.66/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | josephldailey |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |