Steam Games Listifier

When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!

Steam Games Listifierคืออะไร?

Steam Games Listifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arbitar และคุณลักษณะหลักของมันคือ "When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!"

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

screenshot

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

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

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

                        This is pretty simple.. when you're on a Steam games listing, like "http://steamcommunity.com/id//games?tab=all", and you click the little steam button on your toolbar, it will create a text box with each game on the page on a new line.  

This makes it easier for you to copy and paste your games to friends, or into files for other purposes.  It will also list the total quantity of games you own at the very top of the textbox.

This isn't particularly polished.  No warranty, express or implied :)                    

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

ชื่อ Steam Games Listifier Steam Games Listifier
ID aigjhmfeinolobbejpbfkbcfnjkliglf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-games-listifier/aigjhmfeinolobbejpbfkbcfnjkliglf
คำอธิบาย When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!
ขนาดไฟล์ 7.09 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2012-08-19
วันที่เผยแพร่ 2012-08-19
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา arbitar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Games Listifier",
    "version": "1.0",
    "manifest_version": 2,
    "description": "When you click the button on a Steam games listing, it will make a textbox list of games you can copy and send to friends!",
    "browser_action": {
        "default_title": "Generate list of games",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/steamcommunity.com\/*"
    ],
    "background": {
        "scripts": [
            "steamlister.js"
        ]
    }
}