Search Terms Finder

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

Qu'est-ce que Search Terms Finder ?

Search Terms Finder est une extension Chrome développée par Zvi Adamovsky, et sa fonction principale est "Find the terms from last search in current page, with jump-to-term links and highlighting.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Search Terms Finder

Téléchargez les fichiers d'extension Search Terms Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
URL Officiel 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.
Taille du Fichier 53.81 KB
Nombre d'Installations 222
Version Actuelle 2.1
Dernière Mise à Jour 2017-12-10
Date de Publication 2017-12-10
Évaluation 3.80/5 Total 5 Évaluations
Développeur Zvi Adamovsky
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}