Media Carousel
Displays all embedded and linked media on the current page in a carousel.
Cos'è Media Carousel?
Media Carousel è un'estensione di Chrome sviluppata da Blaise Kal, e la sua funzione principale è "Displays all embedded and linked media on the current page in a carousel.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Media Carousel
Scarica i file di estensione Media Carousel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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].
Informazioni di Base sull'Estensione
Nome | Media Carousel |
ID | lianhpbcenefikhbnkbdgjfghpgdfffn |
URL Ufficiale | https://chromewebstore.google.com/detail/media-carousel/lianhpbcenefikhbnkbdgjfghpgdfffn |
Descrizione | Displays all embedded and linked media on the current page in a carousel. |
Dimensione del File | 84.93 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2019-11-18 |
Data di Pubblicazione | 2019-11-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Blaise Kal |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/blaise-io/media-carousel#readme |
URL della Pagina di Aiuto | https://github.com/blaise-io/media-carousel/issues |
Lingue Supportate | 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" } } } } |