Add-ons for Evernote Web App
Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
什么是Add-ons for Evernote Web App?
Add-ons for Evernote Web App是由vlx开发的Chrome扩展程序,该扩展的主要功能是“Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.”。
扩展截图
下载Add-ons for Evernote Web App扩展crx文件
下载Add-ons for Evernote Web App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Add-ons for Evernote Web App |
ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
官方URL | https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek |
简介 | Highlight text with any color; sort tables, lists and checklists; set any font size, justify text. |
文件大小 | 27.74 KB |
安装次数 | 2,939 |
当前版本 | 25 |
更新时间 | 2020-11-20 |
上架时间 | 2019-05-09 |
评分 | 4.54/5 共26次评分 |
开发者 | vlx |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://colorcab-88f01.firebaseapp.com/evernote/support.html |
隐私政策页面URL | https://colorcab-88f01.firebaseapp.com/privacy-policy.html |
支持的语言 | 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" } } |