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はarbitarによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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" ] } } |