Youtube.md
Create markdown code for Youtube videos
Youtube.mdとは何ですか?
Youtube.mdはJason Kimによって開発されたChromeの拡張機能で、その主な機能は「Create markdown code for Youtube videos」です。
拡張機能のスクリーンショット
Youtube.md拡張機能のCRXファイルをダウンロード
Youtube.md拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get markdown (.md) codes for Youtube videos. 1. Open your favourite Youtube video from 2009. 2. Copy the video URL. 3. Click on the Youtube.md icon. 4. Enter the video URL, and press Enter. 5. Get the markdown code for the image of the Youtube video as a link. Try out the markdown code on dmtri.com!
拡張機能の基本情報
名前 | Youtube.md |
ID | akjklakeodbdkmcligjlmaoihkfinegl |
公式URL | https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl |
説明 | Create markdown code for Youtube videos |
ファイルサイズ | 172 KB |
インストール数 | 223 |
現在のバージョン | 1.0.7 |
最終更新日 | 2014-01-28 |
公開日 | 2014-01-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Jason Kim |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://jasonkim.ca |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube.md", "version": "1.0.7", "description": "Create markdown code for Youtube videos", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |