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!
Was ist Steam Games Listifier?
Steam Games Listifier ist eine Chrome-Erweiterung, die von arbitar entwickelt wurde, und ihr Hauptmerkmal ist "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!".
Erweiterungsscreenshots
Steam Games Listifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steam Games Listifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | Steam Games Listifier |
ID | aigjhmfeinolobbejpbfkbcfnjkliglf |
Offizielle URL | https://chromewebstore.google.com/detail/steam-games-listifier/aigjhmfeinolobbejpbfkbcfnjkliglf |
Beschreibung | 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! |
Dateigröße | 7.09 KB |
Installationsanzahl | 86 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-08-19 |
Veröffentlichungsdatum | 2012-08-19 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | arbitar |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |