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
官方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"
        ]
    }
}