YouTube Notetaker | Terrain
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
ما هو YouTube Notetaker | Terrain؟
YouTube Notetaker | Terrain هو إضافة Chrome تم تطويرها بواسطة eman، والميزة الرئيسية لها هي "Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YouTube Notetaker | Terrain
قم بتنزيل ملفات الامتداد YouTube Notetaker | Terrain بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!
معلومات أساسية عن التمديد
الاسم | YouTube Notetaker | Terrain |
ID | ggmegoikhdmjmbeopoplpingfmogafik |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/youtube-notetaker-terrain/ggmegoikhdmjmbeopoplpingfmogafik |
الوصف | Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes! |
حجم الملف | 19.44 KB |
عدد التثبيتات | 401 |
النسخة الحالية | 1.1 |
آخر تحديث | 2022-01-28 |
تاريخ النشر | 2022-01-26 |
تقييم | 4.64/5 مجموع تقييمات 11 |
المطور | eman |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.knowtheterrain.io |
اللغات المدعومة | 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" ] } |