Duolingo Text Editor
Simplifies the formatting of comments and posts. Provides a preview.
Qu'est-ce que Duolingo Text Editor ?
Duolingo Text Editor est une extension Chrome développée par Nazar Bodan, et sa fonction principale est "Simplifies the formatting of comments and posts. Provides a preview.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Duolingo Text Editor
Téléchargez les fichiers d'extension Duolingo Text Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Duolingo Text Editor |
ID | lminlegkokddakonaglakjgailkoaeak |
URL Officiel | https://chromewebstore.google.com/detail/duolingo-text-editor/lminlegkokddakonaglakjgailkoaeak |
Description | Simplifies the formatting of comments and posts. Provides a preview. |
Taille du Fichier | 725 KB |
Nombre d'Installations | 170 |
Version Actuelle | 0.2.2 |
Dernière Mise à Jour | 2020-08-14 |
Date de Publication | 2020-08-03 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | Nazar Bodan |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |