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
官方網址 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'"
}