YouTube Memo

Write something watching YouTube videos.

Qu'est-ce que YouTube Memo ?

YouTube Memo est une extension Chrome développée par bglgwyng, et sa fonction principale est "Write something watching YouTube videos.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Memo

Téléchargez les fichiers d'extension YouTube Memo 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

                        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.                    

Informations de Base sur l'Extension

Nom YouTube Memo YouTube Memo
ID ijelfhbgnpoongehabbphibmfnfnamjj
URL Officiel https://chromewebstore.google.com/detail/youtube-memo/ijelfhbgnpoongehabbphibmfnfnamjj
Description Write something watching YouTube videos.
Taille du Fichier 156 KB
Nombre d'Installations 121
Version Actuelle 0.1.1
Dernière Mise à Jour 2021-05-10
Date de Publication 2021-05-07
Développeur bglgwyng
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/bglgwyng/Youtube-Memo
Langues Prises en Charge 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\/"
    ]
}