in10search

in10search

in10search enhances online research and enables searching content across all open tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "in10icon19.png"
    },
    "default_popup": "popup.html",
    "default_title": "Search Tabs"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "in10search enhances online research and enables searching content across all open tabs",
  "icons": {
    "48": "in10icon48.png",
    "128": "in10icon128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCshQA8GA9yWtZcNpWjxIK06RFX7mupkTxyVXjSctOcghxiGOoRF5jxHGCKVnJOcANk3w6pIAqG3gs5ZIe3/UcxLtpipJLn0Phbqdk1o1pHIQ6qKh8BuE9U/x95bSw3NZiuha5FObN1gcFF+y/yUVftr0gOv/QJmPVS39QJCEKE8QIDAQAB",
  "manifest_version": 2,
  "name": "in10search",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.6"
}