Search Terms Finder

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

什麼是Search Terms Finder?

Search Terms Finder是由Zvi Adamovsky開發的Chrome擴展程式,該擴展的主要功能是“Find the terms from last search in current page, with jump-to-term links and highlighting.”。

擴展截圖

screenshot

下載Search Terms Finder擴展crx文件

下載Search Terms Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
官方網址 https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne
簡介 Find the terms from last search in current page, with jump-to-term links and highlighting.
檔案大小 53.81 KB
安裝次數 222
目前版本 2.1
更新時間 2017-12-10
上架時間 2017-12-10
評分 3.80/5 共 5 次評分
開發者 Zvi Adamovsky
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}