Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Wat is Add-ons for Evernote Web App?
Add-ons for Evernote Web App is een Chrome-extensie ontwikkeld door vlx, en de belangrijkste functie is "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
Extensie Screenshots
Download het CRX-bestand van de extensie Add-ons for Evernote Web App
Download Add-ons for Evernote Web App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
Officiële URL | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
Beschrijving | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
Bestandsgrootte | 27.74 KB |
Aantal Installaties | 2,939 |
Huidige Versie | 25 |
Laatst Bijgewerkt | 2020-11-20 |
Publicatiedatum | 2019-05-09 |
Beoordeling | 4.54/5 Totaal 26 Beoordelingen |
Ontwikkelaar | vlx |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
URL van de Privacybeleid Pagina | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
Ondersteunde Talen | 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" } } |