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…
Cos'è YouTube Markup?
YouTube Markup è un'estensione di Chrome sviluppata da Umut Korkmaz, e la sua funzione principale è "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…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Markup
Scarica i file di estensione YouTube Markup 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
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.
Informazioni di Base sull'Estensione
Nome | YouTube Markup |
ID | emhjhcepnjieabmcmioendnlpbbhlnbn |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-markup/emhjhcepnjieabmcmioendnlpbbhlnbn |
Descrizione | 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… |
Dimensione del File | 26.09 KB |
Conteggio Installazioni | 46 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2023-03-02 |
Data di Pubblicazione | 2022-09-06 |
Valutazione | 5.00/5 Totale 10 Valutazioni |
Sviluppatore | Umut Korkmaz |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/umutkorkmaaz/youtube-marker |
Lingue Supportate | 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\/*" ] } ] } |