Markdown to Plain
Convert markdown to plain text.
Что такое Markdown to Plain?
Markdown to Plain - это расширение Chrome, разработанное mtgto, и его основная функция - "Convert markdown to plain text.".
Снимки экрана расширения
Скачать файл CRX расширения Markdown to Plain
Скачайте файлы расширений 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 . Основная информация о расширении
| Название | |
| 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 |
| Электронная почта | [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"
}
} | |