Highlight Me
This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…
Co to jest Highlight Me?
Highlight Me to rozszerzenie Chrome opracowane przez Faycal Bessayah, a jego główną funkcją jest „This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Highlight Me
Pobierz pliki rozszerzeń Highlight Me w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ddpcccogmbnjklniagfkclpbohhaoidf |
| Oficjalny URL | https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf |
| Opis | This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You… |
| Rozmiar pliku | 265 KB |
| Liczba instalacji | 27 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-03-14 |
| Data Publikacji | 2021-01-09 |
| Deweloper | Faycal Bessayah |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |