Youtube.md

Create markdown code for Youtube videos

什么是Youtube.md?

Youtube.md是由Jason Kim开发的Chrome扩展程序,该扩展的主要功能是“Create markdown code for Youtube videos”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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'"
}