Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Что такое Add-ons for Evernote Web App?
Add-ons for Evernote Web App - это расширение Chrome, разработанное vlx, и его основная функция - "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
Снимки экрана расширения
Скачать файл CRX расширения Add-ons for Evernote Web App
Скачайте файлы расширений Add-ons for Evernote Web App в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Updated for the new Evernote Web version: highlight text with any color, sort tables, sort lists and checklists, set any font size, justify text. Not affiliated with Evernote Corp.
Основная информация о расширении
Название | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
Официальный URL | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
Описание | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
Размер файла | 27.74 KB |
Количество установок | 2,939 |
Текущая Версия | 25 |
Последнее Обновление | 2020-11-20 |
Дата публикации | 2019-05-09 |
Рейтинг | 4.54/5 Всего 26 оценок |
Разработчик | vlx |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
URL страницы политики конфиденциальности | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add-ons for Evernote Web App", "description": "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.", "version": "25", "permissions": [ "https:\/\/www.evernote.com\/", "activeTab" ], "web_accessible_resources": [ "en\/entextbeta.js", "en\/entables.js", "en\/enalpha.js", "en\/enchecklist.js", "en\/entblsort.js" ], "icons": { "16": "img\/ico16.png", "48": "img\/ico48.png", "128": "img\/ico128.png" }, "browser_action": { "default_icon": "img\/ico19.png", "default_popup": "vlxevernote.html" } } |