Youtube.md
Create markdown code for Youtube videos
Youtube.md란 무엇입니까?
Youtube.md은(는) Jason Kim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create markdown code for Youtube videos"입니다.
확장 프로그램 스크린샷
Youtube.md 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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'" } |