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 |
官方網址 | 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" ] } |