Rdirect Plugin

Rdirect Plugin

Redirect to any page with a double-click of the mouse

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Rdirect Plugin",
  "description": "Redirect to any page with a double-click of the mouse",
  "version": "1.0",
  "options_page": "options.html",
  "short_name": "Rdirect",
  "homepage_url": "http://royleekiat.wordpress.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "Rdirect.png"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ]
}