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 je Highlight Me?
Highlight Me je rozšíření Chrome vyvinuté Faycal Bessayah, a jeho hlavní funkcí je „This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Highlight Me
Stáhněte si soubory rozšíření Highlight Me 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í
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. Základní Informace o Rozšíření
| Název | |
| ID | ddpcccogmbnjklniagfkclpbohhaoidf |
| Oficiální URL | https://chromewebstore.google.com/detail/highlight-me/ddpcccogmbnjklniagfkclpbohhaoidf |
| Popis | This simple tool allows you to highlight selected text on web pages. - You can choose among a variety of background colors. - You… |
| Velikost souboru | 265 KB |
| Počet instalací | 27 |
| Aktuální Verze | 1.0 |
| Poslední Aktualizace | 2021-03-14 |
| Datum Vydání | 2021-01-09 |
| Vývojář | Faycal Bessayah |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | 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"
}
} | |