Youtube.md

Create markdown code for Youtube videos

Cos'è Youtube.md?

Youtube.md è un'estensione di Chrome sviluppata da Jason Kim, e la sua funzione principale è "Create markdown code for Youtube videos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Youtube.md

Scarica i file di estensione Youtube.md in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Youtube.md Youtube.md
ID akjklakeodbdkmcligjlmaoihkfinegl
URL Ufficiale https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl
Descrizione Create markdown code for Youtube videos
Dimensione del File 172 KB
Conteggio Installazioni 223
Versione Corrente 1.0.7
Ultimo Aggiornamento 2014-01-28
Data di Pubblicazione 2014-01-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Jason Kim
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://jasonkim.ca
Lingue Supportate 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'"
}