Highlight Me
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
Was ist Highlight Me?
Highlight Me ist eine Chrome-Erweiterung, die von Faycal Bessayah entwickelt wurde, und ihr Hauptmerkmal ist "This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…".
Erweiterungsscreenshots
Highlight Me-Erweiterungs-CRX-Datei herunterladen
Laden Sie Highlight Me-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
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You can point out important information in long web pages by highlighting text with your mouse. * You need to refresh opened pages after installation.
Grundlegende Informationen zur Erweiterung
Name | Highlight Me |
ID | ddpcccogmbnjklniagfkclpbohhaoidf |
Offizielle URL | https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf |
Beschreibung | This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You… |
Dateigröße | 265 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-03-14 |
Veröffentlichungsdatum | 2021-01-09 |
Entwickler | Faycal Bessayah |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Highlight Me", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "colorPick.css" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "browser_action": { "default_icon": "Highlight.png", "default_popup": "index.html", "default_title": "Highlight Me" } } |