Highlighter
Make creating ,viewing and managing highlight easier
Что такое Highlighter?
Highlighter - это расширение Chrome, разработанное LeNoob, и его основная функция - "Make creating ,viewing and managing highlight easier".
Снимки экрана расширения
Скачать файл CRX расширения Highlighter
Скачайте файлы расширений Highlighter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Highlighter |
ID | dinoehnfgoidbfpggkdkofpijennefgf |
Официальный URL | https://chromewebstore.google.com/detail/highlighter/dinoehnfgoidbfpggkdkofpijennefgf |
Описание | Make creating ,viewing and managing highlight easier |
Размер файла | 1.2 MB |
Количество установок | 1,847 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2021-07-31 |
Дата публикации | 2019-01-10 |
Рейтинг | 3.68/5 Всего 25 оценок |
Разработчик | LeNoob |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ilenoob.github.io/highlighter |
URL страницы помощи | https://ilenoob.github.io/highlighter |
Поддерживаемые языки | 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": [ " |