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!
What is Steam Games Listifier?
Steam Games Listifier is a Chrome extension developed by arbitar, and its main feature is "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!".
Extension Screenshots
Download Steam Games Listifier Extension CRX File
Download Steam Games Listifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | Steam Games Listifier |
ID | aigjhmfeinolobbejpbfkbcfnjkliglf |
Official URL | https://chromewebstore.google.com/detail/steam-games-listifier/aigjhmfeinolobbejpbfkbcfnjkliglf |
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! |
File Size | 7.09 KB |
Installation Count | 86 |
Current Version | 1.0 |
Last Updated | 2012-08-19 |
Publish Date | 2012-08-19 |
Rating | 3.00/5 Total 2 Ratings |
Developer | arbitar |
Payment Type | free |
Supported Languages | 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" ] } } |