Youtube.md
Create markdown code for Youtube videos
Was ist Youtube.md?
Youtube.md ist eine Chrome-Erweiterung, die von Jason Kim entwickelt wurde, und ihr Hauptmerkmal ist "Create markdown code for Youtube videos".
Erweiterungsscreenshots
Youtube.md-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube.md-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Youtube.md |
ID | akjklakeodbdkmcligjlmaoihkfinegl |
Offizielle URL | https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl |
Beschreibung | Create markdown code for Youtube videos |
Dateigröße | 172 KB |
Installationsanzahl | 223 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2014-01-28 |
Veröffentlichungsdatum | 2014-01-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Jason Kim |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://jasonkim.ca |
Unterstützte Sprachen | 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'" } |