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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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'" } |