Youtube.md
Create markdown code for Youtube videos
Youtube.mdคืออะไร?
Youtube.md เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason Kim และคุณลักษณะหลักของมันคือ "Create markdown code for Youtube videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube.md
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |