Twitter tools

Twitter tools

DoesFollow, twtrland, PeerReach, Kred, Klout and a Venn-diagram at close hand.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Twitter tools",
  "version": "1.40",
  "description": "DoesFollow, twtrland, PeerReach, Kred, Klout and a Venn-diagram at close hand.",
  "icons": {
    "16": "doesfollow-16.png",
    "48": "doesfollow-48.png",
    "128": "doesfollow-128.png"
  },
  "browser_action": {
    "default_icon": "doesfollow.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs"
  ]
}