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 拡張機能の基本情報
| 名前 | |
| ID | kpipndefiblapfomcmkghpnpiodgcpck |
| 公式URL | 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"
]
} | |