YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Co to jest YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain to rozszerzenie Chrome opracowane przez eman, a jego główną funkcją jest „Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Notetaker | Terrain
Pobierz pliki rozszerzeń YouTube Notetaker | Terrain w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ggmegoikhdmjmbeopoplpingfmogafik |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
| Opis | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
| Rozmiar pliku | 19.44 KB |
| Liczba instalacji | 401 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2022-01-28 |
| Data Publikacji | 2022-01-26 |
| Ocena | 4.64/5 Łącznie 11 Oceny |
| Deweloper | eman |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.knowtheterrain.io |
| Obsługiwane Języki | 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"
]
} | |