Youtube.md
Create markdown code for Youtube videos
What is Youtube.md?
Youtube.md is a Chrome extension developed by Jason Kim, and its main feature is "Create markdown code for Youtube videos".
Extension Screenshots
Download Youtube.md Extension CRX File
Download Youtube.md extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Youtube.md |
ID | akjklakeodbdkmcligjlmaoihkfinegl |
Official URL | https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl |
Description | Create markdown code for Youtube videos |
File Size | 172 KB |
Installation Count | 223 |
Current Version | 1.0.7 |
Last Updated | 2014-01-28 |
Publish Date | 2014-01-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Jason Kim |
[email protected] | |
Payment Type | free |
Extension Website | http://jasonkim.ca |
Supported Languages | 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'" } |