YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Vad är YouTube Notetaker | Terrain?
YouTube Notetaker | Terrain är en Chrome-tillägg utvecklad av eman, och dess huvudfunktion är "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
Tilläggsskärmbilder
Ladda ner YouTube Notetaker | Terrain-förlängningens CRX-fil
Ladda ner YouTube Notetaker | Terrain-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
Grundläggande Information om Tillägg
Namn | YouTube Notetaker | Terrain |
ID | ggmegoikhdmjmbeopoplpingfmogafik |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
Beskrivning | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
Filstorlek | 19.44 KB |
Antal Installationer | 401 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2022-01-28 |
Publiceringsdatum | 2022-01-26 |
Betyg | 4.64/5 Totalt 11 Betyg |
Utvecklare | eman |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.knowtheterrain.io |
Stödda Språk | 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" ] } |