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 là gì?

Add-ons for Evernote Web App là một tiện ích mở rộng Chrome được phát triển bởi vlx, và tính năng chính của nó là "Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add-ons for Evernote Web App

Tải xuống các tệp mở rộng Add-ons for Evernote Web App dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add-ons for Evernote Web App Add-ons for Evernote Web App
ID bnflfnhcfikgmmcmoghhejelmefpjhek
URL Chính Thức https://chromewebstore.google.com/detail/add-ons-for-evernote-web/bnflfnhcfikgmmcmoghhejelmefpjhek
Mô tả Highlight text with any color; sort tables, lists and checklists; set any font size, justify text.
Kích Thước Tệp 27.74 KB
Số Lần Cài Đặt 2,939
Phiên Bản Hiện Tại 25
Cập Nhật Lần Cuối 2020-11-20
Ngày Phát Hành 2019-05-09
Đánh Giá 4.54/5 Tổng số 26 Đánh Giá
Nhà Phát Triển vlx
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://colorcab-88f01.firebaseapp.com/evernote/support.html
URL Trang Chính Sách Bảo Mật https://colorcab-88f01.firebaseapp.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}