Vimeo repeat & speed
Repeat & Speed buttons for Vimeo HTML5 video
Vimeo repeat & speed là gì?
Vimeo repeat & speed là một tiện ích mở rộng Chrome được phát triển bởi Rudie Dirkx, và tính năng chính của nó là "Repeat & Speed buttons for Vimeo HTML5 video".
Ả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 Vimeo repeat & speed
Tải xuống các tệp mở rộng Vimeo repeat & speed 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
Adds 2 buttons to Vimeo's HTML5 video player: * REPEAT -- for listening good music * SPEED (playback rate) -- for slow presentations History 1.11 Set default speed (through extension icon > Options). 1.10 Accept comma numbers. Hotkeys - and + for speed. 1.8 Added playlist support. Always add buttons always. 1.5 +support for embedded vimeo (on player.vimeo.com). 1.4 Use onTimeUpdate instead of onEnded, to listen to before-the-end, to make it work in playlists etc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | noonakfaafcdaagngpjehilgegefdima |
URL Chính Thức | https://chrome.google.com/webstore/detail/vimeo-repeat-speed/noonakfaafcdaagngpjehilgegefdima |
Mô tả | Repeat & Speed buttons for Vimeo HTML5 video |
Kích Thước Tệp | 7.29 KB |
Số Lần Cài Đặt | 100,000 |
Phiên Bản Hiện Tại | 1.13 |
Cập Nhật Lần Cuối | 2022-06-15 |
Ngày Phát Hành | 2018-11-02 |
Đánh Giá | 4.41/5 Tổng số 406 Đánh Giá |
Nhà Phát Triển | Rudie Dirkx |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rudiedirkx/Vimeo-repeat |
URL Trang Trợ Giúp | https://github.com/rudiedirkx/Vimeo-repeat |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vimeo repeat & speed", "description": "Repeat & Speed buttons for Vimeo HTML5 video", "optional_permissions": [ "storage" ], "content_scripts": [ { "all_frames": true, "js": [ "vimeo.content.js" ], "matches": [ "*:\/\/vimeo.com\/*", "*:\/\/player.vimeo.com\/*" ], "run_at": "document_end" } ], "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "icons": { "128": "images\/vimeo128.png", "48": "images\/vimeo48.png" }, "version": "1.13", "manifest_version": 3 } |