ZippyNotes - Take notes on YouTube videos

The Chrome Extension for ZippyNotes

Was ist ZippyNotes - Take notes on YouTube videos?

ZippyNotes - Take notes on YouTube videos ist eine Chrome-Erweiterung, die von https://zippynotes.co entwickelt wurde, und ihr Hauptmerkmal ist "The Chrome Extension for ZippyNotes".

Erweiterungsscreenshots

screenshot
screenshot

ZippyNotes - Take notes on YouTube videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie ZippyNotes - Take notes on YouTube videos-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

                        The chrome extension for ZippyNotes. Take timestamped notes on YouTube videos directly on youtube.com using this extension.                    

Grundlegende Informationen zur Erweiterung

Name ZippyNotes - Take notes on YouTube videos ZippyNotes - Take notes on YouTube videos
ID agjffdegfjfpeefmeapjnlephbkahooo
Offizielle URL https://chromewebstore.google.com/detail/zippynotes-take-notes-on/agjffdegfjfpeefmeapjnlephbkahooo
Beschreibung The Chrome Extension for ZippyNotes
Dateigröße 1.91 MB
Installationsanzahl 70
Aktuelle Version 0.1.8
Letztes Update 2023-12-28
Veröffentlichungsdatum 2023-07-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://zippynotes.co
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZippyNotes - Take notes on YouTube videos",
    "version": "0.1.8",
    "description": "The Chrome Extension for ZippyNotes",
    "manifest_version": 3,
    "action": {
        "default_title": "Click to open side panel"
    },
    "background": {
        "service_worker": "zippynotes-chrome-extension-app\/build\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "zippynotes-chrome-extension-app\/build\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/zippynotes.co\/"
    ]
}