BoardGameGeek Link Expander

BoardGameGeek Link Expander

Expands text to links on BoardGameGeek for easy linking by typing Ctrl+j

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BGG Link Expander",
  "version": "1.1",
  "description": "Expands text to links on BoardGameGeek for easy linking by typing Ctrl+j",
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "*://*.boardgamegeek.com/*"
      ],
      "js": [
        "bgg.js"
      ]
    }
  ]
}