Video Notes to Notion & AI Flashcard by Snipo

Take YouTube notes directly to Notion, generate AI flashcards, capture screenshots, and sync learning courses with Notion

¿Qué es Video Notes to Notion & AI Flashcard by Snipo?

Video Notes to Notion & AI Flashcard by Snipo es una extensión de Chrome desarrollada por https://snipo.io, y su función principal es "Take YouTube notes directly to Notion, generate AI flashcards, capture screenshots, and sync learning courses with Notion".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Video Notes to Notion & AI Flashcard by Snipo

Descarga archivos de extensión Video Notes to Notion & AI Flashcard by Snipo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension enables you to:
★ take clickable timestamped YouTube notes or Video notes
★ capture screenshots on videos and elevate your learning
★ generate AI flashcards in one click
★ create flashcards deck and export to Anki
★ YouTube transcript to Notion 
★ recording YouTube clips 
★ seamless sync YouTube videos or Udemy cources with Notion (sync title, chapters, and YouTube playlist)
★ organize your videos into notebooks with index for the playlist in Notion
★ keyboard shortcuts (Speed up and down, seek backward and forward, pause, timestamp note, capture screenshot, etc.)
★ mark as finished on notion page
★ custom settings
★ More Tech-friendly than ReClipped and Video notebook
★ More User-friendly than Askify and Transnote

Snipo is a notebook for online courses, enabling you to learn and study effectively across the web on any platform to Notion.

Compatible with other great extensions, Notion Web Clipper, Save to Notion, Tailored-Notion, and ChatGPT to Notion.

Snipo is available on:
★ Youtube
★ Udemy
★ SkillShare
★ Vimeo
★ Coursera
and more

Do you have any questions about Snipo? Join to our community:
Discord: https://discord.com/invite/dMa6WVEKkw
Telegram: https://t.me/snipo_io
Twitter: https://twitter.com/snipo_io
YouTube: https://www.youtube.com/channel/UCh0em1ePIv5ZlvU3BOr_Lfg/videos

After installing, please reload all tabs for the extension to take effect. For issues/suggestions, please contact us via email: [email protected]

---

ⓘThis Chrome extension is about note taking and has no affiliations with the popular Notion™ or YouTube™
All copyrights belong to their respective owners. Snipo is not owned by, is not licensed by, and is not a subsidiary of Notion or YouTube.                    

Información Básica de la Extensión

Nombre Video Notes to Notion & AI Flashcard by Snipo Video Notes to Notion & AI Flashcard by Snipo
ID kojibkalenabblnhoihknojdfapbbmig
URL Oficial https://chromewebstore.google.com/detail/video-notes-to-notion-ai/kojibkalenabblnhoihknojdfapbbmig
Descripción Take YouTube notes directly to Notion, generate AI flashcards, capture screenshots, and sync learning courses with Notion
Tamaño del Archivo 2.39 MB
Cantidad de Instalaciones 20,000
Versión Actual 3.7.9
Última Actualización 2024-02-21
Fecha de Publicación 2022-09-28
Calificación 4.89/5 Total de 104 Calificaciones
Desarrollador https://snipo.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://snipo.io/
URL de la Página de Política de Privacidad https://snipo.io/privacy-policy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "Snipo",
    "description": "__MSG_description__",
    "author": "Dima Nabok",
    "homepage_url": "https:\/\/snipo.io",
    "default_locale": "en",
    "options_page": "\/snipo-app\/dist\/index.html",
    "version": "3.7.9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/build\/app.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.notion.so\/*"
            ],
            "css": [
                "\/notion.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/youtube.css"
            ],
            "run_at": "document_start"
        }
    ],
    "side_panel": {
        "default_path": "\/sidepanel.html"
    },
    "background": {
        "service_worker": "\/build\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icon\/*",
                "\/dist\/*"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        },
        {
            "resources": [
                "\/build\/*",
                "\/snipo-app\/dist\/*"
            ],
            "matches": [
                "https:\/\/*.notion.so\/*"
            ]
        },
        {
            "resources": [
                "\/build\/skillshare.js"
            ],
            "matches": [
                "https:\/\/*.skillshare.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/icon\/icon_16.png",
        "48": "\/icon\/icon_48.png",
        "128": "\/icon\/icon_128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "clipboardRead",
        "contextMenus",
        "notifications",
        "tabs",
        "system.display",
        "sidePanel",
        "declarativeNetRequestWithHostAccess"
    ],
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_16.png",
            "48": "\/icon\/icon_48.png",
            "128": "\/icon\/icon_128.png"
        },
        "default_popup": "\/snipo-app\/dist\/index.html",
        "default_title": "__MSG_name__"
    },
    "commands": {
        "time": {
            "description": "__MSG_commands1__"
        },
        "screen": {
            "description": "__MSG_commands2__"
        },
        "pause": {
            "description": "__MSG_commands3__"
        },
        "back5s": {
            "description": "__MSG_commands4__"
        },
        "skip5s": {
            "description": "__MSG_commands5__"
        },
        "speed-inc": {
            "description": "__MSG_commands6__"
        },
        "speed-dec": {
            "description": "__MSG_commands7__"
        },
        "transcript": {
            "description": "__MSG_commands8__"
        },
        "clip": {
            "description": "__MSG_commands9__"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgiV33JgHGqloMryxlvCx1XFNj+3yhbpKlbYHbvffKMdycOMrLlDKFksdgguNErkXoHxk6NXRZ7OSy40Bl9W3j7VnVU6uXHCl8Vw5MbseGcNCXUwP70UPykCC+49T\/SPucjZxf3N0Gvm5Kdwd1KKFcnpmmYnJ4AkN9EK1J49nvtPaHwzKe5GQ+IDHQrIi1tRw2KFN3nouaLXDIu8IHo441yzohHII3kb0iMZQ5G1dryn73B0zfbXhRyHwXaTTmjBPSevYW9BC75L\/DLk\/nw7ULaVaHBTjZ+FZ3FPP3WTsB+sAoeKiOWwUrZ+8UbVymC0YF7ck5wNqBCjgaLawkcqzZQIDAQAB"
}