Steam Games Listifier

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!

Merlin
Additional files are visible only to premium users

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"
    ]
  }
}