Open in Steam
This Extension opens links to steam in Steam instead of in Browser
Open in Steamคืออะไร?
Open in Steam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย josephldailey และคุณลักษณะหลักของมันคือ "This Extension opens links to steam in Steam instead of in Browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Steam
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |