Find Manuals Now & Custom Web Search

Add the Find Manuals Now & Custom Web Search extension to discover hundreds of manuals by clicking the favicon on the toolbar & access Yahoo® search from your browser.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "distJs/constants.js",
      "distJs/helper.js",
      "html/js/storageReplacer.js",
      "util.js",
      "background.js",
      "misc.js"
    ]
  },
  "name": "Find Manuals Now & Custom Web Search",
  "short_name": "Find Manuals Now",
  "icons": {
    "128": "icons/coloured.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://findmanualsnow.com/*"
      ],
      "run_at": "document_start",
      "all_frames": false,
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "description": "Add the Find Manuals Now & Custom Web Search & click the favicon on your toolbar to access manuals via a quick link on your browser and Yahoo® search",
  "version": "1.0.0.5",
  "manifest_version": 2,
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "128": "icons/icon128.png"
    },
    "default_title": "Find Manuals Now & Custom Web Search"
  },
  "permissions": [
    "*://findmanualsnow.com/",
    "tabs",
    "storage"
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "web search by Yahoo",
      "keyword": "Find Manuals Now",
      "favicon_url": "icons/icon128.png",
      "search_url": "https://search.yahoo.com/yhs/search?hspart=mnet&hsimp=yhs-001&type=type9097303-spa-4056-84481&param1=4056&param2=84481&p={searchTerms}",
      "suggest_url": "https://search.yahoo.com/sugg/ie?output=fxjson&command={searchTerms}&nResults=10",
      "is_default": true
    }
  },
  "applications": {
    "gecko": {
      "id": "Find_Manuals_Now___Custom_Web_Search_TcURqcnjqD@findmanualsnow.com"
    }
  }
}