Super Highlight Search

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

Qu'est-ce que Super Highlight Search ?

Super Highlight Search est une extension Chrome développée par fumito80, et sa fonction principale est "In-page text search tool. High contrast highlighting makes it easy to find!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Super Highlight Search

Téléchargez les fichiers d'extension Super Highlight Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Super Highlight Search Super Highlight Search
ID mnnlboenenpikhopbchpjikllhibfocl
URL Officiel https://chromewebstore.google.com/detail/super-highlight-search/mnnlboenenpikhopbchpjikllhibfocl
Description In-page text search tool. High contrast highlighting makes it easy to find!
Taille du Fichier 19.04 KB
Nombre d'Installations 9,164
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-04-20
Date de Publication 2019-04-13
Évaluation 4.19/5 Total 48 Évaluations
Développeur fumito80
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}