Markdown link generator for Chrome
Extension for Google Chrome which generates Markdown Link of the page currently displayed.
What is Markdown link generator for Chrome?
Markdown link generator for Chrome is a Chrome extension developed by TomoyaShibata, and its main feature is "Extension for Google Chrome which generates Markdown Link of the page currently displayed.".
Extension Screenshots
Download Markdown link generator for Chrome Extension CRX File
Download Markdown link generator for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Markdown link generator for Chrome |
ID | opodlnhamillnmjmnmplmikicefkaegc |
Official URL | https://chromewebstore.google.com/detail/markdown-link-generator-f/opodlnhamillnmjmnmplmikicefkaegc |
Description | Extension for Google Chrome which generates Markdown Link of the page currently displayed. |
File Size | 74.45 KB |
Installation Count | 30 |
Current Version | 1.0.1 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-26 |
Developer | TomoyaShibata |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/TomoyaShibata/markdown_link_generator_for_chrome |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Markdown link generator for Chrome", "description": "Extension for Google Chrome which generates Markdown Link of the page currently displayed.", "version": "1.0.1", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "clipboardWrite" ] } |