ZippyNotes - Take notes on YouTube videos

The Chrome Extension for ZippyNotes

What is ZippyNotes - Take notes on YouTube videos?

ZippyNotes - Take notes on YouTube videos is a Chrome extension developed by https://zippynotes.co, and its main feature is "The Chrome Extension for ZippyNotes".

Extension Screenshots

screenshot
screenshot

Download ZippyNotes - Take notes on YouTube videos Extension CRX File

Download ZippyNotes - Take notes on YouTube videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ZippyNotes - Take notes on YouTube videos ZippyNotes - Take notes on YouTube videos
ID agjffdegfjfpeefmeapjnlephbkahooo
Official URL https://chromewebstore.google.com/detail/zippynotes-take-notes-on/agjffdegfjfpeefmeapjnlephbkahooo
Description The Chrome Extension for ZippyNotes
File Size 1.91 MB
Installation Count 70
Current Version 0.1.8
Last Updated 2023-12-28
Publish Date 2023-07-19
Rating 5.00/5 Total 2 Ratings
Developer https://zippynotes.co
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}