Super Highlight Search

In-page text search tool. High contrast highlighting makes it easy to find!

Super Highlight Searchคืออะไร?

Super Highlight Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fumito80 และคุณลักษณะหลักของมันคือ "In-page text search tool. High contrast highlighting makes it easy to find!"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Super Highlight Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        FEATURES:
=========
 • View a summary list of search results
 • Regular expression search

KEYBOARD SHORTCUTS:
====================
ENTER or ↓(Down arrow): Finds the next match
SHIFT+ENTER or ↑(Up arrow): Finds the previous match
ESC on page: Clear the results

UPDATES:
========
v1.0.5
- FIXED: Search for pages including IFRAME does not work.

v1.0.4
- FIXED: When typing quickly, search results shown as hits even though it is not a hit sometimes.
- UPDATE: Icon creation from canvas to svg for clearer display.

v1.0.1
Migrated to Manifest V3.

v0.3.7.0
We've caught up with Chrome 61, finally.
Selection follows document scrolling.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Super Highlight Search Super Highlight Search
ID mnnlboenenpikhopbchpjikllhibfocl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/super-highlight-search/mnnlboenenpikhopbchpjikllhibfocl
คำอธิบาย In-page text search tool. High contrast highlighting makes it easy to find!
ขนาดไฟล์ 19.04 KB
จำนวนการติดตั้ง 9,164
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-04-20
วันที่เผยแพร่ 2019-04-13
คะแนน 4.19/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา fumito80
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Super Highlight Search",
    "description": "In-page text search tool. High contrast highlighting makes it easy to find!",
    "version": "1.0.5",
    "default_locale": "en",
    "action": {
        "default_title": "Super Highlight Search",
        "default_icon": "images\/popup16.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": "Ctrl+Shift+F",
            "description": "Toggle Super Highlight Search"
        }
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}