Selection Highlighter
Highlight your selecting text.
Hvad er Selection Highlighter?
Selection Highlighter er en Chrome-udvidelse udviklet af https://cuckookettle.info, og dens hovedfunktion er "Highlight your selecting text.".
Udvidelsesskærmbilleder
Download Selection Highlighter-udvidelses-CRX-fil
Download Selection Highlighter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
選択したテキストをハイライト表示するエクステンションです。 テキストを選択すると、文書中のすべての同じテキストをハイライト表示します。 2013/09/08 文字の選択が解除されるバグを修正
Grundlæggende oplysninger om udvidelsen
Navn | Selection Highlighter |
ID | fjolimpbjfkbagdhndlanjnlpbchgibh |
Officiel URL | https://chromewebstore.google.com/detail/selection-highlighter/fjolimpbjfkbagdhndlanjnlpbchgibh |
Beskrivelse | Highlight your selecting text. |
Filstørrelse | 36.68 KB |
Antal Installationer | 48 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2013-09-07 |
Udgivelsesdato | 2013-09-07 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | https://cuckookettle.info |
Betalingsmetode | free |
Understøttede Sprog | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selection Highlighter", "description": "Highlight your selecting text.", "version": "1.0.2", "icons": { "128": "images\/app_icon_128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/selection-highlighter.css" ], "js": [ "js\/jslib\/jquery-2.0.2.min.js", "js\/jslib\/jquery.highlight-4.closure.js", "js\/content_script.js" ] } ] } |