Blue Arrow For Google Search

Blue Arrow For Google Search

Toggle on/off the plugin with TAB key. TAB out from BlueArrow and go back to the google search box. Loop over Next/Previous Page (UP/DOWN Arrow). Ctrl/Cmd+Enter=Open New Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Blue Arrow",
  "description": "Missing Arrow For Google Search, Use key Up and Down to loop over google search results without touching the mouse",
  "version": "1.9.1",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*.google.*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}