Gist Markdown Preview
helps to preview the markdown while creating a markdown gist
Τι είναι το Gist Markdown Preview;
Το Gist Markdown Preview είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blog.revathskumar.com, και η κύρια λειτουργία του είναι "helps to preview the markdown while creating a markdown gist".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Gist Markdown Preview
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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\/" ] } |