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是由arbitar開發的Chrome擴展程式,該擴展的主要功能是“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

下載Steam Games Listifier擴展crx文件

下載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
官方網址 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"
        ]
    }
}