Duolingo Text Editor

Simplifies the formatting of comments and posts. Provides a preview.

Duolingo Text Editor란 무엇입니까?

Duolingo Text Editor은(는) Nazar Bodan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simplifies the formatting of comments and posts. Provides a preview."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Duolingo Text Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Writing comments or posts will be easy with the Duolingo Text Editor. You no longer need to memorize a bunch of rules for formatting code.

The main features of the editor:
- Bold
- Italic
- Strikethrough
- Headers:
    - Heading 2
    - Heading 3
    - Heading 4
    - Heading 5
    - Heading 6
- Highlighted text
- Quote
- New line (100%)
- Insert horizontal line
- Create a link
- Insert an image
- Undo
- Redo
- Preview!                    

확장 프로그램 기본 정보

이름 Duolingo Text Editor Duolingo Text Editor
ID lminlegkokddakonaglakjgailkoaeak
공식 URL https://chromewebstore.google.com/detail/duolingo-text-editor/lminlegkokddakonaglakjgailkoaeak
설명 Simplifies the formatting of comments and posts. Provides a preview.
파일 크기 725 KB
설치 횟수 170
현재 버전 0.2.2
최근 업데이트 2020-08-14
출시 날짜 2020-08-03
평점 4.60/5 총 5 개의 평점
개발자 Nazar Bodan
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duolingo Text Editor",
    "version": "0.2.2",
    "description": "Simplifies the formatting of comments and posts. Provides a preview.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/forum.duolingo.com\/*",
                "https:\/\/forum.duolingo.com\/*"
            ],
            "css": [
                "css\/font-awesome.min.css",
                "dist\/main.css"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/FontAwesome.otf",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/fontawesome-webfont.woff2"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    }
}