Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
What is Add-ons for Evernote Web App?
Add-ons for Evernote Web App is a Chrome extension developed by vlx, and its main feature is "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
Extension Screenshots
Download Add-ons for Evernote Web App Extension CRX File
Download Add-ons for Evernote Web App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
Official URL | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
Description | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
File Size | 27.74 KB |
Installation Count | 2,939 |
Current Version | 25 |
Last Updated | 2020-11-20 |
Publish Date | 2019-05-09 |
Rating | 4.54/5 Total 26 Ratings |
Developer | vlx |
[email protected] | |
Payment Type | free |
Help Page URL | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
Privacy Policy Page URL | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
Supported Languages | 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" } } |