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" } |