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 |
公式URL | 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 |
Eメール | [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\/" ] } |