Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Was ist Add-ons for Evernote Web App?
Add-ons for Evernote Web App ist eine Chrome-Erweiterung, die von vlx entwickelt wurde, und ihr Hauptmerkmal ist "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
Erweiterungsscreenshots
Add-ons for Evernote Web App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add-ons for Evernote Web App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
Offizielle URL | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
Beschreibung | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
Dateigröße | 27.74 KB |
Installationsanzahl | 2,939 |
Aktuelle Version | 25 |
Letztes Update | 2020-11-20 |
Veröffentlichungsdatum | 2019-05-09 |
Bewertung | 4.54/5 Insgesamt 26 Bewertungen |
Entwickler | vlx |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
URL der Datenschutzrichtlinien-Seite | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
Unterstützte Sprachen | 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" } } |