Youtube.md
Create markdown code for Youtube videos
Co to jest Youtube.md?
Youtube.md to rozszerzenie Chrome opracowane przez Jason Kim, a jego główną funkcją jest „Create markdown code for Youtube videos”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube.md
Pobierz pliki rozszerzeń Youtube.md w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Youtube.md |
ID | akjklakeodbdkmcligjlmaoihkfinegl |
Oficjalny URL | https://chromewebstore.google.com/detail/youtubemd/akjklakeodbdkmcligjlmaoihkfinegl |
Opis | Create markdown code for Youtube videos |
Rozmiar pliku | 172 KB |
Liczba instalacji | 223 |
Aktualna Wersja | 1.0.7 |
Ostatnia Aktualizacja | 2014-01-28 |
Data Publikacji | 2014-01-28 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Jason Kim |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://jasonkim.ca |
Obsługiwane Języki | 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'" } |