YouTube Timestamp Bookmarker - Gravitate Webs
Saving timestamps in YouTube videos
YouTube Timestamp Bookmarker - Gravitate Webs là gì?
YouTube Timestamp Bookmarker - Gravitate Webs là một tiện ích mở rộng Chrome được phát triển bởi gravitatewebs, và tính năng chính của nó là "Saving timestamps in YouTube videos".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YouTube Timestamp Bookmarker - Gravitate Webs
Tải xuống các tệp mở rộng YouTube Timestamp Bookmarker - Gravitate Webs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Timestamp bookmark a YouTube video at any point during the video by pressing the blue button. This extension will remember what time you saved the bookmark and you can jump to that point at any time you wish. Save as many timestamped bookmakers as you want. This is a great tool when you are presenting a video and when you are needing to jump around to certain points.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Timestamp Bookmarker - Gravitate Webs |
ID | kbpcmedhleadonchilbecnmmcfeilmml |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-timestamp-bookmar/kbpcmedhleadonchilbecnmmcfeilmml |
Mô tả | Saving timestamps in YouTube videos |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 0.1.0.0 |
Cập Nhật Lần Cuối | 2022-06-08 |
Ngày Phát Hành | 2022-06-07 |
Nhà Phát Triển | gravitatewebs |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gravitatewebs.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Timestamp Bookmarker - Gravitate Webs", "version": "0.1.0.0", "description": "Saving timestamps in YouTube videos", "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/bookmark.png", "assets\/play.png", "assets\/delete.png", "assets\/save.png" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "action": { "default_icon": { "16": "assets\/ext-icon.png", "24": "assets\/ext-icon.png", "32": "assets\/ext-icon.png" }, "default_title": "YouTube Timestamp Bookmarker - Gravitate Webs", "default_popup": "popup.html" }, "manifest_version": 3 } |