Video-Notes
Your personal youtube notes making assistant
Cos'è Video-Notes?
Video-Notes è un'estensione di Chrome sviluppata da Akshay Kumar, e la sua funzione principale è "Your personal youtube notes making assistant".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video-Notes
Scarica i file di estensione Video-Notes in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Video-Notes is a smart notes taking solution for online learners while watching youtube videos.
Along with writing notes You can take video clips & screenshots along with the timestamp while watching the video.
The downloaded notes are viewable in any device. You can transfer the notes using whatsapp-web or google drive and open them in any internet browser.
The extension is completely free.
What's New ?
Google Drive Integeration
This feature enables you to maintain all your notes in one centralized and organized location. Informazioni di Base sull'Estensione
| Nome | |
| ID | pinjmkdikinlhdjkkieabffplmdahpia |
| URL Ufficiale | https://chromewebstore.google.com/detail/video-notes/pinjmkdikinlhdjkkieabffplmdahpia |
| Descrizione | Your personal youtube notes making assistant |
| Dimensione del File | 3.55 MB |
| Conteggio Installazioni | 62 |
| Versione Corrente | 1.18 |
| Ultimo Aggiornamento | 2023-12-16 |
| Data di Pubblicazione | 2023-09-17 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Akshay Kumar |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Video-Notes",
"version": "1.18",
"description": "Your personal youtube notes making assistant",
"action": {
"default_popup": "index.html"
},
"oauth2": {
"client_id": "926015470115-hukteq61217rbo79omj08b7bfc2n2mua.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/drive.file",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"permissions": [
"storage",
"identity"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"48": "notes.png"
},
"background": {
"matches": [
" | |