Search Terms Finder

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

What is Search Terms Finder?

Search Terms Finder is a Chrome extension developed by Zvi Adamovsky, and its main feature is "Find the terms from last search in current page, with jump-to-term links and highlighting.".

Extension Screenshots

screenshot

Download Search Terms Finder Extension CRX File

Download Search Terms Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension icon is enabled in any page navigated from search results. 
Click to quickly find/highlight search terms in the current page.
Google and Bing are supported by default, other search engines can be added using extension's options.
Inspired by SearchWP Firefox extension.
New in v2.1: support multiple words wrapped in quotes.                    

Extension Basic Information

Name Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
Official URL https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne
Description Find the terms from last search in current page, with jump-to-term links and highlighting.
File Size 53.81 KB
Installation Count 222
Current Version 2.1
Last Updated 2017-12-10
Publish Date 2017-12-10
Rating 3.80/5 Total 5 Ratings
Developer Zvi Adamovsky
Email [email protected]
Payment Type free
Supported Languages en-US
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"
    ]
}