Highlight All Occurrences
Hold CTRL and select a text to highlight all occurrences of the text on entire page
Was ist Highlight All Occurrences?
Highlight All Occurrences ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Hold CTRL and select a text to highlight all occurrences of the text on entire page".
Erweiterungsscreenshots
Highlight All Occurrences-Erweiterungs-CRX-Datei herunterladen
Laden Sie Highlight All Occurrences-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
version 1.6: - hotfix version 1.5: - refreshed icon version 1.4: - Fixed problem with locked CTRL key when user was using shortcuts like CTRL+F version 1.3: - Fixed bugs introduced in version 1.2 version 1.2: - Fixed problem with locked CTRL key - Fixed problem with re-highlighting the same text - Added support for macOS
Grundlegende Informationen zur Erweiterung
Name | Highlight All Occurrences |
ID | odhbnpahcahiihjfkmdnnallndmmibpk |
Offizielle URL | https://chromewebstore.google.com/detail/highlight-all-occurrences/odhbnpahcahiihjfkmdnnallndmmibpk |
Beschreibung | Hold CTRL and select a text to highlight all occurrences of the text on entire page |
Dateigröße | 53.4 KB |
Installationsanzahl | 1,279 |
Aktuelle Version | 1.6 |
Letztes Update | 2018-10-09 |
Veröffentlichungsdatum | 2018-10-09 |
Bewertung | 3.72/5 Insgesamt 18 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | http://radkoncy.wordpress.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight All Occurrences", "description": "Hold CTRL and select a text to highlight all occurrences of the text on entire page", "icons": { "128": "ico128.png", "16": "ico16.png", "32": "ico32.png", "48": "ico48.png" }, "version": "1.6", "browser_action": { "default_icon": { "19": "ico19.png", "38": "ico38.png" }, "default_popup": "popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ " |