Search Terms Finder

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

Search Terms Finder là gì?

Search Terms Finder là một tiện ích mở rộng Chrome được phát triển bởi Zvi Adamovsky, và tính năng chính của nó là "Find the terms from last search in current page, with jump-to-term links and highlighting.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Search Terms Finder

Tải xuống các tệp mở rộng Search Terms Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Search Terms Finder Search Terms Finder
ID nlngijlbkkbebjhdmapcjgplnademcne
URL Chính Thức https://chromewebstore.google.com/detail/search-terms-finder/nlngijlbkkbebjhdmapcjgplnademcne
Mô tả Find the terms from last search in current page, with jump-to-term links and highlighting.
Kích Thước Tệp 53.81 KB
Số Lần Cài Đặt 222
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2017-12-10
Ngày Phát Hành 2017-12-10
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Zvi Adamovsky
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}