5 Speed Options for HTML5 videos
Allows users to store 5 different speed options and access them with keyboard shortcuts
5 Speed Options for HTML5 videos là gì?
5 Speed Options for HTML5 videos là một tiện ích mở rộng Chrome được phát triển bởi h-1, và tính năng chính của nó là "Allows users to store 5 different speed options and access them with keyboard shortcuts".
Ả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 5 Speed Options for HTML5 videos
Tải xuống các tệp mở rộng 5 Speed Options for HTML5 videos 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
Allows users to store 5 different speed options and access them with keyboard shortcuts. 5SpeedOptions is heavily influenced by Video Speed Controller Developer: https://github.com/igrigorik Video Speed Controller code: https://github.com/igrigorik/videospeed Chrome extension: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk Icon made by Freepik from www.flaticon.com http://www.flaticon.com/free-icon/number-5_1875
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgcledljkklfpfbidpfogmcihiphjibn |
URL Chính Thức | https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn |
Mô tả | Allows users to store 5 different speed options and access them with keyboard shortcuts |
Kích Thước Tệp | 12.54 KB |
Số Lần Cài Đặt | 341 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2018-10-03 |
Ngày Phát Hành | 2018-10-03 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | h-1 |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/h-1/5SpeedOptions |
URL Trang Trợ Giúp | https://github.com/h-1/5SpeedOptions |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "5 Speed Options for HTML5 videos", "description": "Allows users to store 5 different speed options and access them with keyboard shortcuts", "version": "1.3", "homepage_url": "https:\/\/github.com\/h-1\/5SpeedOptions", "permissions": [ "storage" ], "options_page": "options.html", "icons": { "16": "icons\/Number_5_16.png", "48": "icons\/Number_5_64.png", "128": "icons\/Number_5_128.png" }, "browser_action": { "default_icon": { "16": "icons\/Number_5_16.png", "48": "icons\/Number_5_64.png" }, "default_popup": "options.html" }, "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "css": [ "inject.css" ] } ] } |