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是由eman開發的Chrome擴展程式,該擴展的主要功能是“Take notes and creation action items while watching YouTube videos in a distraction free zone. No more YouTube rabbit holes!”。
擴展截圖
下載YouTube Notetaker | Terrain擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | ggmegoikhdmjmbeopoplpingfmogafik |
| 官方網址 | 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"
]
} | |