Steam URL Opener

Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.

Steam URL Openerคืออะไร?

Steam URL Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย veteran29 และคุณลักษณะหลักของมันคือ "Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser."

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

screenshot

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

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

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

                        Allows you to open URLs inside Steam Client to save the hassle of logging in normal browser.

Only Steam related hostnames can be opened inside the client.

Source code:
https://github.com/veteran29/steam-url-open-extension


Icon made by [SimpleIcon](https://www.flaticon.com/authors/simpleicon) from www.flaticon.com

Enjoying the extension? Buy me a coffee: 
https://ko-fi.com/veteran29                    

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

ชื่อ Steam URL Opener Steam URL Opener
ID oiboilmeofgpoiopgjdllegafaaeblon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-url-opener/oiboilmeofgpoiopgjdllegafaaeblon
คำอธิบาย Allows you to open URLs inside Steam Client to save the hasle of logging in normal browser.
ขนาดไฟล์ 54.21 KB
จำนวนการติดตั้ง 7,427
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2019-11-07
คะแนน 4.40/5 รวมทั้งหมด 35 คะแนน
ผู้พัฒนา veteran29
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/veteran29/steam-url-open-extension
URL หน้าช่วยเหลือ https://github.com/veteran29/steam-url-open-extension/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.1.1",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "minimum_chrome_version": "93",
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "64": "images\/icon-64.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Open in Steam"
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ]
}