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!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" ] } } |