Copy as Markdown Quotation
Copy text in web page as markdown quotation
什么是Copy as Markdown Quotation?
Copy as Markdown Quotation是由Yi EungJun开发的Chrome扩展程序,该扩展的主要功能是“Copy text in web page as markdown quotation”。
扩展截图
下载Copy as Markdown Quotation扩展crx文件
下载Copy as Markdown Quotation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | oifbkkngkecdhnohciofdofiihdjciip |
官方URL | https://chrome.google.com/webstore/detail/copy-as-markdown-quotatio/oifbkkngkecdhnohciofdofiihdjciip |
简介 | Copy text in web page as markdown quotation |
文件大小 | 14.89 KB |
安装次数 | 168 |
当前版本 | 0.5.0 |
更新时间 | 2017-09-24 |
上架时间 | 2017-09-24 |
评分 | 5.00/5 共5次评分 |
开发者 | Yi EungJun |
付费类型 | free |
扩展官网 | https://github.com/npcode/copy-as-markdown-quote |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "lib\/to-markdown.js", "background.js" ] }, "description": "Copy text in web page as markdown quotation", "manifest_version": 2, "minimum_chrome_version": "24", "name": "Copy as Markdown Quotation", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage", "contextMenus", "notifications", "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.5.0" } |