Youtube.md

Create markdown code for Youtube videos

Wat is Youtube.md?

Youtube.md is een Chrome-extensie ontwikkeld door Jason Kim, en de belangrijkste functie is "Create markdown code for Youtube videos".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Youtube.md

Download Youtube.md-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Youtube.md Youtube.md
ID akjklakeodbdkmcligjlmaoihkfinegl
Officiële URL https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl
Beschrijving Create markdown code for Youtube videos
Bestandsgrootte 172 KB
Aantal Installaties 223
Huidige Versie 1.0.7
Laatst Bijgewerkt 2014-01-28
Publicatiedatum 2014-01-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jason Kim
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://jasonkim.ca
Ondersteunde Talen 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'"
}