Youtube.md
Create markdown code for Youtube videos
Qu'est-ce que Youtube.md ?
Youtube.md est une extension Chrome développée par Jason Kim, et sa fonction principale est "Create markdown code for Youtube videos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube.md
Téléchargez les fichiers d'extension Youtube.md au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Youtube.md |
ID | akjklakeodbdkmcligjlmaoihkfinegl |
URL Officiel | https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl |
Description | Create markdown code for Youtube videos |
Taille du Fichier | 172 KB |
Nombre d'Installations | 223 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2014-01-28 |
Date de Publication | 2014-01-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Jason Kim |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jasonkim.ca |
Langues Prises en Charge | 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'" } |