markdown clipboard
copy content with md url format
什麼是markdown clipboard?
markdown clipboard是由leewei2020開發的Chrome擴展程式,該擴展的主要功能是“copy content with md url format”。
下載markdown clipboard擴展crx文件
下載markdown clipboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easy Copy Text & Img from Browser Page. Use - select the content you need: text or img - use the default short cut: Alt + C, - then you can paster the format markdown link to where you want Of course, after you select your content, u can click the extension icon for working too.
擴展基本資訊
名稱 | |
ID | kiieboeeejffbjnfejfjphoigfdiiadh |
官方網址 | https://chrome.google.com/webstore/detail/markdown-clipboard/kiieboeeejffbjnfejfjphoigfdiiadh |
簡介 | copy content with md url format |
檔案大小 | 7.04 KB |
安裝次數 | 21 |
目前版本 | 1.2.0 |
更新時間 | 2018-06-15 |
上架時間 | 2018-06-15 |
評分 | 1.00/5 共 1 次評分 |
開發者 | leewei2020 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/onvno/markdown-clipboard |
隱私政策頁面URL | https://www.privacypolicies.com/live/3ad506ee-698f-47bf-a25f-08e519875264 |
支援的語言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "markdown clipboard", "short_name": "md", "description": "copy content with md url format", "version": "1.2.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "markdown clipboard", "default_icon": "markdown.png" }, "options_page": "options.html", "icons": { "128": "markdown.png", "16": "markdown.png", "48": "markdown.png" }, "commands": { "base": { "description": "ClipBoard Copy", "suggested_key": { "default": "Alt+C", "mac": "Alt+C" } } }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |