Selection Highlighter
Highlight occurrences of selected text, with or without a keypress.
Co je Selection Highlighter?
Selection Highlighter je rozšíření Chrome vyvinuté https://neaumusic.com, a jeho hlavní funkcí je „Highlight occurrences of selected text, with or without a keypress.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Selection Highlighter
Stáhněte si soubory rozšíření Selection Highlighter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
For code inspection and document analysis: search for and find keywords. - No need to press CMD+F - Maintains current selection - Open source and configurable options (JavaScript) - Ensure a "gate" key is pressed - Match whole word and/or case-insensitive - Blacklist bad hosts and ancestor HTML nodes Highlight works on all sites, including GitHub, StackOverflow, HackerNews, Reddit, etc. See all code involved: 1. Dev Console -> Sources -> Content Scripts -> Selection Highlighter 2. chrome://extensions -> Selection Highlighter -> Options -> Dev Console -> Sources https://github.com/neaumusic/selection-highlighter
Základní Informace o Rozšíření
Název | Selection Highlighter |
ID | nepmkgohgoagfgcoegjaggacodcpdibj |
Oficiální URL | https://chromewebstore.google.com/detail/selection-highlighter/nepmkgohgoagfgcoegjaggacodcpdibj |
Popis | Highlight occurrences of selected text, with or without a keypress. |
Velikost souboru | 470 KB |
Počet instalací | 8,418 |
Aktuální Verze | 3.1.0 |
Poslední Aktualizace | 2024-01-14 |
Datum Vydání | 2020-06-07 |
Hodnocení | 4.59/5 Celkem 78 Hodnocení |
Vývojář | https://neaumusic.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/neaumusic/selection-highlighter |
URL Stránky Nápovědy | https://github.com/neaumusic/selection-highlighter/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Selection Highlighter", "version": "3.1.0", "description": "Highlight occurrences of selected text, with or without a keypress.", "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ " |