Search Terms Finder

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

O que é Search Terms Finder?

Search Terms Finder é uma extensão do Chrome desenvolvida por Zvi Adamovsky, e sua principal característica é "Find the terms from last search in current page, with jump-to-term links and highlighting.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Search Terms Finder

Baixe arquivos de extensão Search Terms Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
URL Oficial https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne
Descrição Find the terms from last search in current page, with jump-to-term links and highlighting.
Tamanho do Arquivo 53.81 KB
Contagem de Instalações 222
Versão Atual 2.1
Última Atualização 2017-12-10
Data de Publicação 2017-12-10
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor Zvi Adamovsky
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}