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
公式URL 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
Eメール [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"
    ]
}