Markdown to Plain
Convert markdown to plain text.
Markdown to Plainとは何ですか?
Markdown to Plainはmtgtoによって開発されたChromeの拡張機能で、その主な機能は「Convert markdown to plain text.」です。
拡張機能のスクリーンショット
Markdown to Plain拡張機能のCRXファイルをダウンロード
Markdown to Plain拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convert markdown to plain text. ■Features - Click the icon of this extension and open the editor to convert. ■OSS This extension is OSS. See https://github.com/mtgto/markdown-to-plain .
拡張機能の基本情報
名前 | Markdown to Plain |
ID | kcfemfieficedfhplhkmlpeddpkgiaok |
公式URL | https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok |
説明 | Convert markdown to plain text. |
ファイルサイズ | 110 KB |
インストール数 | 67 |
現在のバージョン | 1.1.0 |
最終更新日 | 2020-07-19 |
公開日 | 2019-07-15 |
開発者 | mtgto |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mtgto/markdown-to-plain |
ヘルプページのURL | https://github.com/mtgto/markdown-to-plain |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.1.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "author": "mtgto", "homepage_url": "https:\/\/github.com\/mtgto\/markdown-to-plain", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "browser_action": { "default_popup": "popup.html" } } |