YouTube Memo

Write something watching YouTube videos.

Was ist YouTube Memo?

YouTube Memo ist eine Chrome-Erweiterung, die von bglgwyng entwickelt wurde, und ihr Hauptmerkmal ist "Write something watching YouTube videos.".

Erweiterungsscreenshots

screenshot

YouTube Memo-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Memo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Memo YouTube Memo
ID ijelfhbgnpoongehabbphibmfnfnamjj
Offizielle URL https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj
Beschreibung Write something watching YouTube videos.
Dateigröße 156 KB
Installationsanzahl 121
Aktuelle Version 0.1.1
Letztes Update 2021-05-10
Veröffentlichungsdatum 2021-05-07
Entwickler bglgwyng
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/bglgwyng/Youtube-Memo
Unterstützte Sprachen 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\/"
    ]
}