Search Terms Finder

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

Apa itu Search Terms Finder?

Search Terms Finder adalah ekstensi Chrome yang dikembangkan oleh Zvi Adamovsky, dan fitur utamanya adalah "Find the terms from last search in current page, with jump-to-term links and highlighting.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Search Terms Finder

Unduh file ekstensi Search Terms Finder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
URL Resmi https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne
Deskripsi Find the terms from last search in current page, with jump-to-term links and highlighting.
Ukuran File 53.81 KB
Jumlah Instalasi 222
Versi Saat Ini 2.1
Terakhir Diperbarui 2017-12-10
Tanggal Publikasi 2017-12-10
Penilaian 3.80/5 Total 5 Penilaian
Pengembang Zvi Adamovsky
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}