Duolingo Text Editor

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

Duolingo Text Editor क्या है?

Duolingo Text Editor Nazar Bodan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplifies the formatting of comments and posts. Provides a preview."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Duolingo Text Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}