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