Multi-Highlight Tool
Search and highlight multiple words on web pages.
Wat is Multi-Highlight Tool?
Multi-Highlight Tool is een Chrome-extensie ontwikkeld door multihighttoolextension, en de belangrijkste functie is "Search and highlight multiple words on web pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Multi-Highlight Tool
Download Multi-Highlight Tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Easily add words to a list and have them highlighted on web pages.
Basisinformatie over de Extensie
Naam | Multi-Highlight Tool |
ID | elbamfklmdfhbighpndmfdidofdonigb |
Officiële URL | https://chromewebstore.google.com/detail/multi-highlight-tool/elbamfklmdfhbighpndmfdidofdonigb |
Beschrijving | Search and highlight multiple words on web pages. |
Bestandsgrootte | 50.12 KB |
Aantal Installaties | 30,204 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-08-28 |
Publicatiedatum | 2021-08-28 |
Beoordeling | 4.43/5 Totaal 14 Beoordelingen |
Ontwikkelaar | multihighttoolextension |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/19x19.png", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "css": [ "css\/highlight.css" ], "js": [ "js\/jquery.js", "js\/highlighter.js", "js\/content-action.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "Search and highlight multiple words on web pages.", "icons": { "100": "img\/100x100.png", "128": "img\/128x128.png", "19": "img\/19x19.png", "48": "img\/48x48.png" }, "manifest_version": 2, "name": "Multi-Highlight Tool", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |