YouTube Memo

Write something watching YouTube videos.

Cos'è YouTube Memo?

YouTube Memo è un'estensione di Chrome sviluppata da bglgwyng, e la sua funzione principale è "Write something watching YouTube videos.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Memo

Scarica i file di estensione YouTube Memo 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

                        As you watch a YouTube video, there are times when you want to summarize something, write down an idea that comes to mind, or save a moment you want to see it again later. YouTube Memo appears on the right side of the video, allowing you to write memos with a timestamp. The memo acts as a link to that moment in the video. Also, videos with memos are automatically added to your favorites so you can browse them later.                    

Informazioni di Base sull'Estensione

Nome YouTube Memo YouTube Memo
ID ijelfhbgnpoongehabbphibmfnfnamjj
URL Ufficiale https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj
Descrizione Write something watching YouTube videos.
Dimensione del File 156 KB
Conteggio Installazioni 121
Versione Corrente 0.1.1
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2021-05-07
Sviluppatore bglgwyng
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/bglgwyng/Youtube-Memo
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Memo",
    "description": "Write something watching YouTube videos.",
    "version": "0.1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "bookmarks",
        "https:\/\/www.youtube.com\/"
    ]
}