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