Highlighter
Make creating ,viewing and managing highlight easier
Co to jest Highlighter?
Highlighter to rozszerzenie Chrome opracowane przez LeNoob, a jego główną funkcją jest „Make creating ,viewing and managing highlight easier”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Highlighter
Pobierz pliki rozszerzeń Highlighter 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
HIGHLIGHTER I used to write a lot of essays, and reports when I was in university. I developed Highlighter in order to help me highlight interesting ideas that I came across on the internet. This tool can store those highlights on your local so that you can check them back later. ===================== INSTALLATION + After installing the extension from chrome web store, it is recommended to refresh all the tabs or reopen the browser. ===================== CURRENT FEATURES + Highlight selected text + Change highlight colour + Remove highlight + Bookmark highlighted sites + Bulk remove highlights from the popup + Enable/Disable highlight from the popup
Podstawowe informacje o rozszerzeniu
Nazwa | Highlighter |
ID | dinoehnfgoidbfpggkdkofpijennefgf |
Oficjalny URL | https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf |
Opis | Make creating ,viewing and managing highlight easier |
Rozmiar pliku | 1.2 MB |
Liczba instalacji | 1,847 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-07-31 |
Data Publikacji | 2019-01-10 |
Ocena | 3.68/5 Łącznie 25 Oceny |
Deweloper | LeNoob |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://ilenoob.github.io/highlighter |
Adres URL Strony Pomocy | https://ilenoob.github.io/highlighter |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Highlighter", "short_name": "Highlighter", "description": "Make creating ,viewing and managing highlight easier", "version": "1.0.1", "icons": { "16": "assets\/highlight_16.png", "32": "assets\/highlight_32.png", "64": "assets\/highlight_64.png" }, "action": { "default_title": "Highlighter", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |