Gist Markdown Preview
helps to preview the markdown while creating a markdown gist
什麼是Gist Markdown Preview?
Gist Markdown Preview是由https://blog.revathskumar.com開發的Chrome擴展程式,該擴展的主要功能是“helps to preview the markdown while creating a markdown gist”。
擴展截圖
下載Gist Markdown Preview擴展crx文件
下載Gist Markdown Preview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The option is visible only when you choose the filetype as markdown or your filename ends with .md * updated for latest changes in gist.github.com design CHANGES on 2017/04/12 * updates to latest github changes * Removed the css from loading and breaking http://gist.github.com * Fixes the issue with appearing multiple preview buttons on multiple markdown files CHANGES on 2018/01/03 * updates to latest github changes CHANGES on 2018/01/20 * Support for Github flavoured markdown
擴展基本資訊
名稱 | Gist Markdown Preview |
ID | icgfmklfpokeihbnnjjdpnjndickgpkh |
官方網址 | https://chromewebstore.google.com/detail/gist-markdown-preview/icgfmklfpokeihbnnjjdpnjndickgpkh |
簡介 | helps to preview the markdown while creating a markdown gist |
檔案大小 | 139 KB |
安裝次數 | 445 |
目前版本 | 2.0.3 |
更新時間 | 2018-01-19 |
上架時間 | 2018-01-19 |
評分 | 4.00/5 共 6 次評分 |
開發者 | https://blog.revathskumar.com |
付費類型 | free |
擴展官網 | https://github.com/revathskumar/gist-markdown-preview |
說明頁面URL | https://github.com/revathskumar/gist-markdown-preview/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gist Markdown Preview", "version": "2.0.3", "description": "helps to preview the markdown while creating a markdown gist", "manifest_version": 2, "icons": { "16": "img\/gist16.png", "48": "img\/gist48.png", "128": "img\/gist128.png" }, "homepage_url": "https:\/\/github.com\/revathskumar\/gist-markdown-preview", "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/", "https:\/\/gist.github.com\/*\/*\/edit" ], "js": [ "js\/marked.js", "gist_markdown_preview.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/gist.github.com\/" ] } |