Copy as Markdown
The url of the current page in Markdown's copy
什么是Copy as Markdown?
Copy as Markdown是由nakamulan开发的Chrome扩展程序,该扩展的主要功能是“The url of the current page in Markdown's copy”。
扩展截图
下载Copy as Markdown扩展crx文件
下载Copy as Markdown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy to copy markdown format with a title and URL of the current page. - Very simple design - Click copy only to clipboard - The title can be edit in the text area
扩展基本信息
名称 | Copy as Markdown |
ID | kpipndefiblapfomcmkghpnpiodgcpck |
官方URL | https://chromewebstore.google.com/detail/copy-as-markdown/kpipndefiblapfomcmkghpnpiodgcpck |
简介 | The url of the current page in Markdown's copy |
文件大小 | 62.34 KB |
安装次数 | 82 |
当前版本 | 1.0.0 |
更新时间 | 2015-08-18 |
上架时间 | 2015-08-18 |
评分 | 5.00/5 共1次评分 |
开发者 | nakamulan |
付费类型 | free |
扩展官网 | http://nakamulan.github.io/CopyAsMarkdown |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy as Markdown", "manifest_version": 2, "version": "1.0.0", "description": "The url of the current page in Markdown's copy", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Copy as Markdown", "default_popup": "popup.html" }, "permissions": [ "clipboardWrite", "tabs" ] } |