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!
Cos'è Steam Games Listifier?
Steam Games Listifier è un'estensione di Chrome sviluppata da arbitar, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione Steam Games Listifier
Scarica i file di estensione Steam Games Listifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | Steam Games Listifier |
ID | aigjhmfeinolobbejpbfkbcfnjkliglf |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-games-listifier/aigjhmfeinolobbejpbfkbcfnjkliglf |
Descrizione | 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! |
Dimensione del File | 7.09 KB |
Conteggio Installazioni | 86 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-08-19 |
Data di Pubblicazione | 2012-08-19 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | arbitar |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |