Copy Markdown Link
表示中のタブのLinkをMarkdown形式でコピーします
What is Copy Markdown Link?
Copy Markdown Link is a Chrome extension developed by eiichi-worker, and its main feature is "表示中のタブのLinkをMarkdown形式でコピーします".
Extension Screenshots
Download Copy Markdown Link Extension CRX File
Download Copy Markdown Link 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
Copy the title and URL of the current page in Markdown's link format. It is very convenient to copy with one click.
Extension Basic Information
Name | Copy Markdown Link |
ID | aagldhajnlablfkankpookoabndalnbi |
Official URL | https://chromewebstore.google.com/detail/copy-markdown-link/aagldhajnlablfkankpookoabndalnbi |
Description | 表示中のタブのLinkをMarkdown形式でコピーします |
File Size | 17.25 KB |
Installation Count | 140 |
Current Version | 0.4.0 |
Last Updated | 2019-12-16 |
Publish Date | 2019-12-15 |
Developer | eiichi-worker |
Payment Type | free |
Extension Website | https://github.com/eiichi-worker/browser-extension-markdown-link/blob/master/README.md |
Help Page URL | https://github.com/eiichi-worker/browser-extension-markdown-link/issues |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy Markdown Link", "description": "\u8868\u793a\u4e2d\u306e\u30bf\u30d6\u306eLink\u3092Markdown\u5f62\u5f0f\u3067\u30b3\u30d4\u30fc\u3057\u307e\u3059", "version": "0.4.0", "default_locale": "en", "icons": { "128": "icon\/icon-128.png", "512": "icon\/icon-512.png" }, "background": { "scripts": [ "my_modules\/TabFunctions.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "icon\/icon-128.png", "512": "icon\/icon-512.png" }, "default_title": "Copy Markdown Link", "default_popup": "popup.html" }, "permissions": [ "tabs", "clipboardWrite", "contextMenus" ] } |