Open In Steam

Opens all steam pages in your steam client.

Open In Steamคืออะไร?

Open In Steam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShingZhanho และคุณลักษณะหลักของมันคือ "Opens all steam pages in your steam client."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open In Steam

ดาวน์โหลดไฟล์ส่วนขยาย Open In Steam ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Open In Steam Open In Steam
ID kkghocbcijmjfmgbfhcnooaaipihngea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-steam/kkghocbcijmjfmgbfhcnooaaipihngea
คำอธิบาย Opens all steam pages in your steam client.
ขนาดไฟล์ 90.03 KB
จำนวนการติดตั้ง 51
เวอร์ชันปัจจุบัน v0.1-beta
อัปเดตครั้งล่าสุด 2021-08-16
วันที่เผยแพร่ 2021-08-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ShingZhanho
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ShingZhanho/OpenInSteam-Chrome
ภาษาที่รองรับ 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"
}