Open All Trends

Open All Trends

Opens all Twitter trends in a new tab with a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "1.0.0.3",
  "manifest_version": 2,
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://twitter.com/*"
      ],
      "css": [
        "mystyles.css"
      ],
      "js": [
        "jquery.js",
        "myscript.js"
      ]
    }
  ],
  "homepage_url": "http://klivk.com/open-all-trends"
}