Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Vad är Add-ons for Evernote Web App?
Add-ons for Evernote Web App är en Chrome-tillägg utvecklad av vlx, och dess huvudfunktion är "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
Tilläggsskärmbilder
Ladda ner Add-ons for Evernote Web App-förlängningens CRX-fil
Ladda ner Add-ons for Evernote Web App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
Officiell webbadress | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
Beskrivning | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
Filstorlek | 27.74 KB |
Antal Installationer | 2,939 |
Aktuell Version | 25 |
Senast Uppdaterad | 2020-11-20 |
Publiceringsdatum | 2019-05-09 |
Betyg | 4.54/5 Totalt 26 Betyg |
Utvecklare | vlx |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
URL till Sekretesspolicy Sidan | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
Stödda Språk | 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" } } |