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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zvi Adamovsky และคุณลักษณะหลักของมันคือ "Find the terms from last search in current page, with jump-to-term links and highlighting."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Terms Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}