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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |