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!

O que é Steam Games Listifier?

Steam Games Listifier é uma extensão do Chrome desenvolvida por arbitar, e sua principal característica é "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!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Steam Games Listifier

Baixe arquivos de extensão Steam Games Listifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 :)                    

Informações Básicas da Extensão

Nome Steam Games Listifier Steam Games Listifier
ID aigjhmfeinolobbejpbfkbcfnjkliglf
URL Oficial https://chromewebstore.google.com/detail/steam-games-listifier/aigjhmfeinolobbejpbfkbcfnjkliglf
Descrição 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!
Tamanho do Arquivo 7.09 KB
Contagem de Instalações 86
Versão Atual 1.0
Última Atualização 2012-08-19
Data de Publicação 2012-08-19
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor arbitar
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}