ZippyNotes - Take notes on YouTube videos
The Chrome Extension for ZippyNotes
什麼是ZippyNotes - Take notes on YouTube videos?
ZippyNotes - Take notes on YouTube videos是由https://zippynotes.co開發的Chrome擴展程式,該擴展的主要功能是“The Chrome Extension for ZippyNotes”。
擴展截圖
下載ZippyNotes - Take notes on YouTube videos擴展crx文件
下載ZippyNotes - Take notes on YouTube videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The chrome extension for ZippyNotes. Take timestamped notes on YouTube videos directly on youtube.com using this extension.
擴展基本資訊
名稱 | ZippyNotes - Take notes on YouTube videos |
ID | agjffdegfjfpeefmeapjnlephbkahooo |
官方網址 | https://chromewebstore.google.com/detail/zippynotes-take-notes-on/agjffdegfjfpeefmeapjnlephbkahooo |
簡介 | The Chrome Extension for ZippyNotes |
檔案大小 | 1.91 MB |
安裝次數 | 70 |
目前版本 | 0.1.8 |
更新時間 | 2023-12-28 |
上架時間 | 2023-07-19 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://zippynotes.co |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZippyNotes - Take notes on YouTube videos", "version": "0.1.8", "description": "The Chrome Extension for ZippyNotes", "manifest_version": 3, "action": { "default_title": "Click to open side panel" }, "background": { "service_worker": "zippynotes-chrome-extension-app\/build\/service-worker.js" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "zippynotes-chrome-extension-app\/build\/contentScript.js" ] } ], "permissions": [ "tabs", "sidePanel" ], "host_permissions": [ "https:\/\/zippynotes.co\/" ] } |