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
官方網址 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
電子郵箱 [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"
}