Media Carousel
Displays all embedded and linked media on the current page in a carousel.
Apa itu Media Carousel?
Media Carousel adalah ekstensi Chrome yang dikembangkan oleh Blaise Kal, dan fitur utamanya adalah "Displays all embedded and linked media on the current page in a carousel.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Media Carousel
Unduh file ekstensi Media Carousel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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].
Informasi Dasar Ekstensi
Nama | Media Carousel |
ID | lianhpbcenefikhbnkbdgjfghpgdfffn |
URL Resmi | https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn |
Deskripsi | Displays all embedded and linked media on the current page in a carousel. |
Ukuran File | 84.93 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2019-11-18 |
Tanggal Publikasi | 2019-11-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Blaise Kal |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/blaise-io/media-carousel#readme |
URL Halaman Bantuan | https://github.com/blaise-io/media-carousel/issues |
Bahasa yang Didukung | 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" } } } } |