ezSearch

ezSearch

ezSearch, an alternative search/find tool.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "common.js",
      "background.js",
      "persistence.js",
      "jquery-1.5.1.min.js",
      "jqueryhighlight.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/ezSearch16x16.png",
      "32": "images/ezSearch32x32.png",
      "48": "images/ezSearch48x48.png",
      "128": "images/ezSearch640x640.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "ezSearch"
  },
  "description": "ezSearch, an alternative search/find tool.",
  "icons": {
    "16": "images/ezSearch16x16.png",
    "32": "images/ezSearch32x32.png",
    "48": "images/ezSearch48x48.png",
    "128": "images/ezSearch640x640.png"
  },
  "manifest_version": 2,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjkai93lrWB96c5qr/7dzi4o7cVkNH8HhJChsaIAD9UJKcXCjYAmuBpBdP37ui9uHcrO/4PDymzzsSPSeI84gdoeD7+l09IRxBK6yEAJ5CJaccWvUdeDNIOcLA4zpPraMCtaFrP/zTeWjtk1bK13ljurX+vjOXxXHLruSxsMzJtQ0/5EoqOUfMMwue66gCyuH+J4/8oA1Yy2caqD+J0m9TRq86KCGPdHv49wrSw42HyKx2j0ACS9GvljqjsEvlnpJ/nMHxyE+p/27bpD8nisv5fOVWevtkNRJGAvV5TcjVzsZcVxfjEym4h4OVExvaSgE1juKZ4/k/leObrisoWo++wIDAQAB",
  "name": "ezSearch",
  "short_name": "ezSearch",
  "options_ui": {
    "open_in_tab": true,
    "page": "html/options.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "contextMenus",
    "https://www.googleapis.com/"
  ],
  "oauth2": {
    "client_id": "624131012063-t3ol85luf86f4bn7bckhfg7kgt3vebfl.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/chromewebstore.readonly"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.0.0",
  "commands": {
    "findselected": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "windows": "Ctrl+Shift+Z",
        "mac": "Command+Shift+Z"
      },
      "description": "find selected text"
    },
    "repeatfind": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "windows": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "Repeat find on selected text"
    }
  }
}