Duolingo Text Editor

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

Co to jest Duolingo Text Editor?

Duolingo Text Editor to rozszerzenie Chrome opracowane przez Nazar Bodan, a jego główną funkcją jest „Simplifies the formatting of comments and posts. Provides a preview.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Duolingo Text Editor

Pobierz pliki rozszerzeń Duolingo Text Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Duolingo Text Editor Duolingo Text Editor
ID lminlegkokddakonaglakjgailkoaeak
Oficjalny URL https://chromewebstore.google.com/detail/duolingo-text-editor/lminlegkokddakonaglakjgailkoaeak
Opis Simplifies the formatting of comments and posts. Provides a preview.
Rozmiar pliku 725 KB
Liczba instalacji 170
Aktualna Wersja 0.2.2
Ostatnia Aktualizacja 2020-08-14
Data Publikacji 2020-08-03
Ocena 4.60/5 Łącznie 5 Oceny
Deweloper Nazar Bodan
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}