fehpdlpmcegfpbkgcnaleindodeegapk
Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. Print GitHub Flavored Markdown exactly as it appears on GitHub, with just two clicks. Faster and easier to use than other methods, such as downloading the markdown file and running it through a converter. Works on any page on GitHub or GitHub Enterprise that has a markdown preview. Post issues and suggestions here: https://github.com/jerry1100/github-markdown-printer/issues
Copy as Markdown
Copy as Markdown is a browser extension that helps you copy the following things as Markdown to your system clipboard: On the web page: - Selection Text as Markdown - A Link on the Page - An Image on the Page, with or without wrapping link Exporting tabs in the current window, either all or highlighted tabs: - Current Tab as Link - List of Links - Task List (for GitHub-Flavored Markdown) - Including your tab grouping You can add Custom Formats to satisfy your needs! You can also specify keyboard shortcuts to speed up your workflow. - Cannot grab image.alt when copying image - On Microsoft Windows, copied page link doesn't come with the link title When using certain features such as tab exporting, you will be promoted to grant optional permissions, so that Copy as Markdown may read data from your browser. You may revoke permissions anytime on the Options page, from Extensions > Copy as Markdown > Extension Options. Copy as Markdown respects your privacy. It does NOT collect your browsing history, and will only access tabs when you use tab exporting features. - 3.7.0 - [FIX] Improved reliability of writing text to system clipboard - [BREAKING] This version requires minimum Chrome M116 or later. Users under M116 please use 3.5.0 or lower. - [NOITCE] You will see a permission warning about clipboard writing during upgrade progress. This is to grant the extension proper permission to write to the clipboard. To be clear, this extension has been writing to the OS clipboard since the very beginning using workarounds that did not require clipboardWrite permission, but now it requires. For past release notes please see https://github.com/yorkxin/copy-as-markdown/releases
Markdown Cheatsheet
This extension shows markdown cheatsheet 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. * v2.2.0 - manifest v3 * v2.1.0 - ability to copy the text via copy button 2 Tabs with Markdown syntaxes: * Basic Markdown * GitHub Markdown Flavored (GFM).
Refined GitHub
Simplifies the GitHub interface and adds useful features Highlights: - Linkifies issue/PR references and URLs in code. - Makes whitespace characters visible. - Reduces tabs’ size to 4 spaces instead of 8. - Adds one-click merge conflict fixers. - Adds reaction avatars showing who reacted to a comment. - Adds a button to revert all the changes to a file in a PR. - Adds a build/CI status icon next to the repo’s name. - Adds a button to view the source of Markdown files. - Shows PRs that touch the current file. - Highlights the most useful comment in conversations. - Shows the first Git tag a merged PR was included in. - Adds a link to an automatic changelog for each tag/release. - Adds possible related pages and alternatives on 404 pages. - Displays the age of the repository in the sidebar. And so much more! 200+ features. See the website for a full list of features. The GITHUB and REFINED GITHUB trademarks are owned by GitHub, Inc. and used under license.
Markdown Preview Plus
Converts and previews markdown files (.md, .markdown) to HTML(include TOC) right inside Chrome and support live reload Automatically parses markdown files (.md) into HTML with live reload 1. Install extension from webstore (creates no new UI) 2. Check "Allow access to file URLs" in chrome://extensions listing: 3. Open local or remote .md file in Chrome. 4. See nicely formatted HTML! Note: The auto reload feature is disabled default. * Support auto reload. * Support external css file. * Customize theme for every md file. * Support github flavored markdown. * Export nicely formatted HTML. * Support render Katex, Mermaid. The extension is open source. https://github.com/volca/markdown-preview Fix a bug for the tag style * Fix a bug for load fonts of Katex * Fix a bug for "table of contents" * Compatible with Chrome 136 * Update mermaid lib * Update marked lib * Update marked lib * Fix a bug for clear custom CSS paths * Supports add custom CSS path. See #19 * Fix a bug for render mermaid. See #158