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…
Qu'est-ce que YouTube Markup ?
YouTube Markup est une extension Chrome développée par Umut Korkmaz, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Markup
Téléchargez les fichiers d'extension YouTube Markup au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | YouTube Markup |
ID | emhjhcepnjieabmcmioendnlpbbhlnbn |
URL Officiel | https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn |
Description | 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… |
Taille du Fichier | 26.09 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-03-02 |
Date de Publication | 2022-09-06 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | Umut Korkmaz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/umutkorkmaaz/youtube-marker |
Langues Prises en Charge | 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\/*" ] } ] } |