Media Carousel
Displays all embedded and linked media on the current page in a carousel.
Media Carousel là gì?
Media Carousel là một tiện ích mở rộng Chrome được phát triển bởi Blaise Kal, và tính năng chính của nó là "Displays all embedded and linked media on the current page in a carousel.".
Ả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 Media Carousel
Tải xuống các tệp mở rộng Media Carousel 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
View a short demo video of Media Carousel: https://streamable.com/89j2y Hotkey: Ctrl+Shift+M, on Mac: Cmd+Shift+M. Contains bugs by nature. Please report bugs and feature requests on GitHub at https://github.com/blaise-io/media-carousel/ or send an email to [email protected].
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Media Carousel |
ID | lianhpbcenefikhbnkbdgjfghpgdfffn |
URL Chính Thức | https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn |
Mô tả | Displays all embedded and linked media on the current page in a carousel. |
Kích Thước Tệp | 84.93 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.2.2 |
Cập Nhật Lần Cuối | 2019-11-18 |
Ngày Phát Hành | 2019-11-18 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Blaise Kal |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/blaise-io/media-carousel#readme |
URL Trang Trợ Giúp | https://github.com/blaise-io/media-carousel/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Media Carousel", "version": "1.2.2", "description": "Displays all embedded and linked media on the current page in a carousel.", "homepage_url": "https:\/\/github.com\/blaise-io\/media-carousel#readme", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "\/background.js" ] }, "icons": { "128": "\/icons\/icon.png" }, "browser_action": { "default_icon": "\/icons\/icon.png" }, "web_accessible_resources": [ "\/carousel.html" ], "options_ui": { "page": "\/options.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+M", "windows": "Ctrl+Shift+M", "linux": "Ctrl+Shift+M", "mac": "Command+Shift+M" } } } } |