Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryosukedtomita/md_converter_extensions
markdown converter GitHub,Qiita,Zenn Browser Extensions
https://github.com/ryosukedtomita/md_converter_extensions
chrome-extension firefox-extension github markdown qiita zenn
Last synced: 27 days ago
JSON representation
markdown converter GitHub,Qiita,Zenn Browser Extensions
- Host: GitHub
- URL: https://github.com/ryosukedtomita/md_converter_extensions
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2024-11-06T13:10:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T01:25:23.000Z (3 months ago)
- Last Synced: 2025-01-06T17:18:58.359Z (27 days ago)
- Topics: chrome-extension, firefox-extension, github, markdown, qiita, zenn
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# md_converter_extensions
![un license](https://img.shields.io/github/license/RyosukeDTomita/md_converter_extensions)
## INDEX
- [ABOUT](#about)
- [LICENSE](#license)
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)
- [HOW TO USE](#how-to-use)---
## ABOUT
Browser Extensions to convert markdown note notation from GitHub, Qiita, and Zenn.
```
# GitHub> [!NOTE]
> this is note
> hi
``````
# Qiita:::note info
this is note
hi
:::
``````
# Zenn:::message
this is note
hi
:::
```---
## ENVIRONMENT
- Google Chrome
- Firefox---
## HOW TO USE
![sample](./assets/sample.png)
1. copy your markdown article
2. push the extension icon
3. select the markdown notation
4. push `copy` button to copy the converted markdown---
## PREPARING
### Google Chrome
- Go to [chrome://extensions/](chrome://extensions/) in Google Chrome and enable `Developer mode`.
- Click `Load unpacked` and select the directory where the extension is located.### Firefox
- Go to [about:debugging#/runtime/this-firefox](about:debugging#/runtime/this-firefox) in Firefox.
- Click `Load temporary Add-on` and select `manifest.json`
---## References
- [Google Chrome Extensions](https://developer.chrome.com/docs/extensions/)