Youtube.md

Create markdown code for Youtube videos

Youtube.md là gì?

Youtube.md là một tiện ích mở rộng Chrome được phát triển bởi Jason Kim, và tính năng chính của nó là "Create markdown code for Youtube videos".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube.md

Tải xuống các tệp mở rộng Youtube.md dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube.md Youtube.md
ID akjklakeodbdkmcligjlmaoihkfinegl
URL Chính Thức https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl
Mô tả Create markdown code for Youtube videos
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 223
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2014-01-28
Ngày Phát Hành 2014-01-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jason Kim
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://jasonkim.ca
Ngôn Ngữ Được Hỗ Trợ 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'"
}