YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Hvad er YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain er en Chrome-udvidelse udviklet af eman, og dens hovedfunktion er "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
Udvidelsesskærmbilleder
Download YouTube Notetaker | Terrain-udvidelses-CRX-fil
Download YouTube Notetaker | Terrain-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ggmegoikhdmjmbeopoplpingfmogafik |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
| Beskrivelse | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
| Filstørrelse | 19.44 KB |
| Antal Installationer | 401 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2022-01-28 |
| Udgivelsesdato | 2022-01-26 |
| Bedømmelse | 4.64/5 Samlet 11 Bedømmelser |
| Udvikler | eman |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.knowtheterrain.io |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Notetaker | Terrain",
"author": "www.knowtheterrain.io",
"version": "1.1",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"js\/content.js"
],
"css": [
"style\/button.css"
]
}
],
"manifest_version": 3,
"icons": {
"16": "icons\/16.png",
"19": "icons\/19.png",
"24": "icons\/24.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage"
]
} | |