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…
Wat is YouTube Markup?
YouTube Markup is een Chrome-extensie ontwikkeld door Umut Korkmaz, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Markup
Download YouTube Markup-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
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.
Basisinformatie over de Extensie
Naam | YouTube Markup |
ID | emhjhcepnjieabmcmioendnlpbbhlnbn |
Officiële URL | https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn |
Beschrijving | 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… |
Bestandsgrootte | 26.09 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2023-03-02 |
Publicatiedatum | 2022-09-06 |
Beoordeling | 5.00/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Umut Korkmaz |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/umutkorkmaaz/youtube-marker |
Ondersteunde Talen | 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\/*" ] } ] } |