Markdown Cheatsheet

This extension shows markdown cheatsheet

Markdown Cheatsheetとは何ですか?

Markdown Cheatsheetはgreybaxによって開発されたChromeの拡張機能で、その主な機能は「This extension shows markdown cheatsheet」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Markdown Cheatsheet拡張機能のCRXファイルをダウンロード

Markdown Cheatsheet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This is handy markdown cheatsheet. For now you shouldn't remember any markdown tag and surf the internet that found it. Just one click to this extension and you can see all markdown tags. It's very useful extension if we work a lot of with markdown. 

Updates:

* v2.2.0 - manifest v3
* v2.1.0 - ability to copy the text via copy button

Features:

2 Tabs with Markdown syntaxes:
* Basic Markdown
* GitHub Markdown Flavored (GFM).                    

拡張機能の基本情報

名前 Markdown Cheatsheet Markdown Cheatsheet
ID hoglmefbfenoehjeblinfijldanifljm
公式URL https://chromewebstore.google.com/detail/markdown-cheatsheet/hoglmefbfenoehjeblinfijldanifljm
説明 This extension shows markdown cheatsheet
ファイルサイズ 79.84 KB
インストール数 1,062
現在のバージョン 2.2.1
最終更新日 2022-09-26
公開日 2018-11-13
評価 5.00/5 合計 8 レビュー
開発者 greybax
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/greybax/MarkdownCheatsheet
ヘルプページのURL https://github.com/greybax/MarkdownCheatsheet/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markdown Cheatsheet",
    "description": "This extension shows markdown cheatsheet",
    "action": {
        "default_icon": "images\/default_icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "version": "2.2.1"
}