YouTube Markup
You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…
Co to jest YouTube Markup?
YouTube Markup to rozszerzenie Chrome opracowane przez Umut Korkmaz, a jego główną funkcją jest „You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Markup
Pobierz pliki rozszerzeń YouTube Markup 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
You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational video, you can mark the minute where something you are interested in is located, so that you can quickly find what you are looking for when you look at the same educational video again.
Podstawowe informacje o rozszerzeniu
Nazwa | YouTube Markup |
ID | emhjhcepnjieabmcmioendnlpbbhlnbn |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn |
Opis | You can use this tool to mark the parts of videos you watch on YouTube that are important to you. For example, in an educational… |
Rozmiar pliku | 26.09 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2023-03-02 |
Data Publikacji | 2022-09-06 |
Ocena | 5.00/5 Łącznie 10 Oceny |
Deweloper | Umut Korkmaz |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/umutkorkmaaz/youtube-marker |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Markup", "version": "1.1.1", "icons": { "16": ".\/assets\/icon\/youtube-markup-16x16.png", "48": ".\/assets\/icon\/youtube-markup-48x48.png", "128": ".\/assets\/icon\/youtube-markup-128x128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": ".\/assets\/js\/background.min.js" }, "action": { "default_title": "YouTube Markup", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ ".\/assets\/js\/content.min.js" ], "css": [ ".\/assets\/css\/all.min.css" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |