Reminder Plus for YouTube™
YouTube™ライブのリマインダーをGoogleカレンダー™に追加します。
Reminder Plus for YouTube™คืออะไร?
Reminder Plus for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Libra694 และคุณลักษณะหลักของมันคือ "YouTube™ライブのリマインダーをGoogleカレンダー™に追加します。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reminder Plus for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Reminder Plus for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
【使い方】 1. YouTube™でライブ配信の待機画面を開く 2. 動画プレイヤー左下の [通知する] をクリック 3. 新規タブで予定が作成されるので [保存] をクリック 4. 予定がGoogleカレンダー™に追加される 【補足】 ・待機画面以外でも [通知する] ボタンがあれば動作します ・拡張機能の設定で予定の追加先を指定できます ・YouTube™のチャンネル通知には対応していません ・質問や不具合は Twitter (@Libra694) までお願いします 【How to use】 1. Open the scheduled live stream on YouTube™ 2. Click [Notify me] in the lower left corner of the video player 3. Click [Save] in the new tab 4. The event will be added to Google Calendar™ 【Note】 ・This extension works wherever there is a [Notify me] button ・You can specify which calendar to add the event to in the extension's settings ・This extension is for stream notifications, not channel notifications ・If you have any questions or problems, please contact me on Twitter (@Libra694)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | djjcljbdcefigahiaaoinifennidmapi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reminder-plus-for-youtube/djjcljbdcefigahiaaoinifennidmapi |
คำอธิบาย | YouTube™ライブのリマインダーをGoogleカレンダー™に追加します。 |
ขนาดไฟล์ | 43.96 KB |
จำนวนการติดตั้ง | 653 |
เวอร์ชันปัจจุบัน | 2.0.5 |
อัปเดตครั้งล่าสุด | 2022-06-11 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Libra694 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reminder Plus for YouTube\u2122", "short_name": "YouTubeReminder+", "version": "2.0.5", "manifest_version": 2, "description": "YouTube\u2122\u30e9\u30a4\u30d6\u306e\u30ea\u30de\u30a4\u30f3\u30c0\u30fc\u3092Google\u30ab\u30ec\u30f3\u30c0\u30fc\u2122\u306b\u8ffd\u52a0\u3057\u307e\u3059\u3002", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ] } ], "background": { "scripts": [ "axios.min.js", "background.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |