Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Apa itu Add-ons for Evernote Web App?
Add-ons for Evernote Web App adalah ekstensi Chrome yang dikembangkan oleh vlx, dan fitur utamanya adalah "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Add-ons for Evernote Web App
Unduh file ekstensi Add-ons for Evernote Web App dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
URL Resmi | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
Deskripsi | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
Ukuran File | 27.74 KB |
Jumlah Instalasi | 2,939 |
Versi Saat Ini | 25 |
Terakhir Diperbarui | 2020-11-20 |
Tanggal Publikasi | 2019-05-09 |
Penilaian | 4.54/5 Total 26 Penilaian |
Pengembang | vlx |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
URL Halaman Kebijakan Privasi | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
Bahasa yang Didukung | 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" } } |