Media Carousel
Displays all embedded and linked media on the current page in a carousel.
什麼是Media Carousel?
Media Carousel是由Blaise Kal開發的Chrome擴展程式,該擴展的主要功能是“Displays all embedded and linked media on the current page in a carousel.”。
擴展截圖
下載Media Carousel擴展crx文件
下載Media Carousel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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].
擴展基本資訊
名稱 | Media Carousel |
ID | lianhpbcenefikhbnkbdgjfghpgdfffn |
官方網址 | https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn |
簡介 | Displays all embedded and linked media on the current page in a carousel. |
檔案大小 | 84.93 KB |
安裝次數 | 18 |
目前版本 | 1.2.2 |
更新時間 | 2019-11-18 |
上架時間 | 2019-11-18 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Blaise Kal |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/blaise-io/media-carousel#readme |
說明頁面URL | https://github.com/blaise-io/media-carousel/issues |
支援的語言 | 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" } } } } |