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.」です。
拡張機能のスクリーンショット
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! 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |