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."입니다.

확장 프로그램 스크린샷

screenshot

Add-ons for Evernote Web App 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}