Search Terms Finder

Search Terms Finder

Find the terms from last search in current page, with jump-to-term links and highlighting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Search Terms Finder",
  "description": "Find the terms from last search in current page, with jump-to-term links and highlighting.",
  "version": "2.1",
  "background": {
    "persistent": false,
    "scripts": [
      "rules.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "icon19.png",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "icons": {
    "128": "icon128.png"
  },
  "permissions": [
    "webNavigation",
    "activeTab",
    "storage"
  ]
}