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. 擴展基本資訊
| 名稱 | |
| ID | bnflfnhcfikgmmcmoghhejelmefpjhek |
| 官方網址 | 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"
}
} | |