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文件

下載Duolingo Text Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}