Super Highlight Search
In-page text search tool. High contrast highlighting makes it easy to find!
什麼是Super Highlight Search?
Super Highlight Search是由fumito80開發的Chrome擴展程式,該擴展的主要功能是“In-page text search tool. High contrast highlighting makes it easy to find!”。
擴展截圖
下載Super Highlight Search擴展crx文件
下載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 |
ID | mnnlboenenpikhopbchpjikllhibfocl |
官方網址 | 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" ] } |