Straw Poll Viewer

Straw Poll Viewer

Quick view of sorted poll result by right-clicking a poll link.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Straw Poll Viewer",
  "version": "1.2.1",
  "description": "Display strawpoll result by right-clicking them. Currently supports strawpoll.me and strawpoll.com.",
  "author": "Colin Delhalle",
  "developer": {
    "name": "Colin Delhalle",
    "url": "https://github.com/colin-delhalle/strawpoll-viewer"
  },
  "short_name": "StrwPllView",
  "icons": {
    "48": "icons/strawpoll-icon48.png",
    "96": "icons/strawpoll-icon96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "https://strawpoll.com/*"
  ]
}