Search Terms Finder

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

¿Qué es Search Terms Finder?

Search Terms Finder es una extensión de Chrome desarrollada por Zvi Adamovsky, y su función principal es "Find the terms from last search in current page, with jump-to-term links and highlighting.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Search Terms Finder

Descarga archivos de extensión Search Terms Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
URL Oficial https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne
Descripción Find the terms from last search in current page, with jump-to-term links and highlighting.
Tamaño del Archivo 53.81 KB
Cantidad de Instalaciones 222
Versión Actual 2.1
Última Actualización 2017-12-10
Fecha de Publicación 2017-12-10
Calificación 3.80/5 Total de 5 Calificaciones
Desarrollador Zvi Adamovsky
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}